[Xfce4-commits] [apps/xfce4-terminal] 01/01: Delete debug printf

noreply at xfce.org noreply at xfce.org
Tue Aug 9 15:09:47 CEST 2016


This is an automated email from the git hooks/post-receive script.

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 53dab3b678b00110b54721121c4390998827257c
Author: Igor <f2404 at yandex.ru>
Date:   Tue Aug 9 16:09:38 2016 +0300

    Delete debug printf
---
 terminal/terminal-window.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index addba03..62cc6a8 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -424,7 +424,6 @@ terminal_window_finalize (GObject *object)
 
   g_slist_free (window->tabs_menu_actions);
   g_free (window->font);
-  printf("list=%p\n", window->working_dirs_list);
   g_list_free_full (window->working_dirs_list, g_free);
 
   (*G_OBJECT_CLASS (terminal_window_parent_class)->finalize) (object);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list