From bdae808908188611768c01e23ff61f7ba4eb0057 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 1 Jun 2020 10:36:34 -0300 Subject: [PATCH] Removing debug message. --- src/objects/window/window.c | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/src/objects/window/window.c b/src/objects/window/window.c index d332085..1e04f5c 100644 --- a/src/objects/window/window.c +++ b/src/objects/window/window.c @@ -202,8 +202,6 @@ gtk_button_set_relief(GTK_BUTTON(new_tab),GTK_RELIEF_NONE); gtk_actionable_set_action_name(GTK_ACTIONABLE(new_tab),g_intern_static_string("app.new.tab")); - debug("*************[%s]",g_intern_static_string("app.new.tab")); - gtk_widget_set_margin_start(new_tab,6); gtk_widget_set_margin_end(new_tab,6); gtk_widget_set_margin_bottom(new_tab,0); -- libgit2 0.21.2