remove stdout

This commit is contained in:
Chris Cromer 2017-10-16 21:52:19 -03:00
parent c39308872d
commit fe5d7392c7
1 changed files with 0 additions and 1 deletions

View File

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