remove stdout

Este commit está contenido en:
Chris Cromer 2017-10-16 21:52:19 -03:00
padre c39308872d
commit fe5d7392c7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados

Ver fichero

@ -118,7 +118,6 @@ namespace Pamac {
terminal_background.rgba = rgba;
tmp = rgba.parse (transaction.terminal_foreground);
terminal_foreground.rgba = rgba;
stdout.printf(transaction.terminal_background);
// populate ignorepkgs_liststore
ignorepkgs_liststore = new Gtk.ListStore (1, typeof (string));