From 50e5f23d77ddf3fd6cab6d06a1ee1cbcc6ee16f4 Mon Sep 17 00:00:00 2001 From: Anthony Scopatz Date: Wed, 26 Oct 2016 22:47:21 -0400 Subject: [PATCH] removed some comments --- xonsh/proc.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/xonsh/proc.py b/xonsh/proc.py index 4d1a663da..25658ce01 100644 --- a/xonsh/proc.py +++ b/xonsh/proc.py @@ -1463,8 +1463,6 @@ class CommandPipeline: if stdout is not None and \ not isinstance(stdout, (io.BytesIO, NonBlockingFDReader)): stdout = NonBlockingFDReader(stdout.fileno(), timeout=timeout) - #print("stdout", stdout, safe_readable(stdout)) - #import pdb; pdb.set_trace() if not stdout or not safe_readable(stdout): # we get here if the process is not threadable or the # class is the real Popen