remove stdout

Este commit está contenido en:
Chris Cromer 2017-10-18 21:57:30 -03:00
padre d0b2a28b27
commit ebdad3636f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

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