remove stdout

This commit is contained in:
Chris Cromer 2017-10-18 21:57:30 -03:00
parent d0b2a28b27
commit ebdad3636f
1 changed files with 0 additions and 1 deletions

View File

@ -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);