Browse Source

remove comment

Franco Ponticelli 17 years ago
parent
commit
88e2b1781d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      std/php/io/Process.hx

+ 0 - 1
std/php/io/Process.hx

@@ -130,7 +130,6 @@ class Process {
 			php.Sys.sleep(0.01);
 			php.Sys.sleep(0.01);
 			status = untyped __call__('proc_get_status', p);
 			status = untyped __call__('proc_get_status', p);
 		}
 		}
-//		php.Lib.dump(status);
 		replaceStream(stderr);
 		replaceStream(stderr);
 		replaceStream(stdout);
 		replaceStream(stdout);
 		var cl = untyped __call__('proc_close', p);
 		var cl = untyped __call__('proc_close', p);