Commit 390db0b424512403c994cf253aca1bf731f71456
1 parent
07454c04
Exists in
master
and in
4 other branches
Removing debug message.
Showing
1 changed file
with
0 additions
and
3 deletions
Show diff stats
src/objects/window/window.c
@@ -178,9 +178,6 @@ | @@ -178,9 +178,6 @@ | ||
178 | G_ACTION(g_property_action_new("menubar", widget, "show-menubar")) | 178 | G_ACTION(g_property_action_new("menubar", widget, "show-menubar")) |
179 | ); | 179 | ); |
180 | 180 | ||
181 | - //g_autofree gchar * action_names = pw3270_toolbar_get_actions(GTK_WIDGET(widget->toolbar)); | ||
182 | - //debug("[%s]",action_names); | ||
183 | - | ||
184 | } | 181 | } |
185 | 182 | ||
186 | } | 183 | } |