Spawn.vala
authorAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 03:17:20 +0000 (11:17 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 14 Aug 2017 03:17:20 +0000 (11:17 +0800)
Spawn.vala

index a17a80d..c1f4e63 100644 (file)
@@ -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);