From 2b3395c8c89fdc128995aabb981644fa9a6827db Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Aug 2017 11:17:20 +0800 Subject: [PATCH] Spawn.vala --- Spawn.vala | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); -- 2.39.2