Commit bdae808908188611768c01e23ff61f7ba4eb0057

Authored by Perry Werneck
1 parent 2b23d464

Removing debug message.

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
src/objects/window/window.c
... ... @@ -202,8 +202,6 @@
202 202 gtk_button_set_relief(GTK_BUTTON(new_tab),GTK_RELIEF_NONE);
203 203 gtk_actionable_set_action_name(GTK_ACTIONABLE(new_tab),g_intern_static_string("app.new.tab"));
204 204  
205   - debug("*************[%s]",g_intern_static_string("app.new.tab"));
206   -
207 205 gtk_widget_set_margin_start(new_tab,6);
208 206 gtk_widget_set_margin_end(new_tab,6);
209 207 gtk_widget_set_margin_bottom(new_tab,0);
... ...