src/Spawn.vala
authorAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:17:25 +0000 (18:17 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 1 Jun 2015 10:17:25 +0000 (18:17 +0800)
src/Spawn.vala

index 08415ef..7ae7e48 100644 (file)
@@ -357,7 +357,7 @@ public class Spawn : Object
      */
     private bool read(IOChannel ch) 
     {
-        string prop = (ch == this.out_ch) ? "output" : "stderr";
+       // string prop = (ch == this.out_ch) ? "output" : "stderr";
        // print("prop: " + prop);