Commit 66950f3da21bef939a2ee63b3bfc578eee6df633
1 parent
f91a7fbe
Exists in
master
and in
1 other branch
Removing debug message.
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
src/objects/application/application.c
@@ -509,8 +509,6 @@ void startup(GApplication *application) { | @@ -509,8 +509,6 @@ void startup(GApplication *application) { | ||
509 | // | 509 | // |
510 | // Setup application menus | 510 | // Setup application menus |
511 | // | 511 | // |
512 | - debug("%s","AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"); | ||
513 | - | ||
514 | g_autoptr(GtkBuilder) builder = pw3270_application_builder_new(application); | 512 | g_autoptr(GtkBuilder) builder = pw3270_application_builder_new(application); |
515 | 513 | ||
516 | if(gtk_application_prefers_app_menu(GTK_APPLICATION(application))) | 514 | if(gtk_application_prefers_app_menu(GTK_APPLICATION(application))) |