From ebdad3636fbcbfcd12f6f1424af1b98cf902e5c9 Mon Sep 17 00:00:00 2001 From: Chris Cromer Date: Wed, 18 Oct 2017 21:57:30 -0300 Subject: [PATCH] remove stdout --- src/transaction.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/transaction.vala b/src/transaction.vala index 39d1e64..9f5e702 100644 --- a/src/transaction.vala +++ b/src/transaction.vala @@ -272,7 +272,6 @@ namespace Pamac { term.set_color_background (tmp); tmp.parse (terminal_foreground); term.set_color_foreground (tmp); - stdout.printf("Terminal font: %s\n", terminal_font); term.set_font (Pango.FontDescription.from_string (terminal_font)); term.button_press_event.connect (on_term_button_press_event); term.key_press_event.connect (on_term_key_press_event);