src/Spawn.vala
[app.Builder.js] / 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);