From: Alan Knowles Date: Mon, 14 Aug 2017 03:17:20 +0000 (+0800) Subject: Spawn.vala X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=2b3395c8c89fdc128995aabb981644fa9a6827db Spawn.vala --- diff --git a/Spawn.vala b/Spawn.vala index a17a80d8..c1f4e630 100644 --- a/Spawn.vala +++ b/Spawn.vala @@ -430,7 +430,7 @@ public class Spawn : Object { string prop = (ch == this.out_ch) ? "output" : "stderr"; // print("prop: " + prop); - print ("spawn.read: %s\n", prop); + //print ("spawn.read: %s\n", prop); //print(JSON.stringify(ch, null,4)); while (true) { @@ -458,7 +458,7 @@ public class Spawn : Object } - print("got buffer of %s\n", buffer); + //print("got buffer of %s\n", buffer); // print('status: ' +JSON.stringify(status)); // print(JSON.stringify(x)); switch(status) { @@ -486,7 +486,6 @@ public class Spawn : Object if ( Gtk.events_pending()) { Gtk.main_iteration(); } - } //this.ctx.iteration(true);