Skip to content

Commit ad0880f

Browse files
committed
Remove set trace
1 parent b4e7424 commit ad0880f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pssh.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ def get_stdout(self, greenlet, return_buffers=False):
392392
stdout = (line.strip() for line in _stdout)
393393
stderr = (line.strip() for line in _stderr)
394394
channel.close()
395-
# import ipdb; ipdb.set_trace()
396395
if not return_buffers:
397396
for line in stdout:
398397
host_logger.info("[%s]\t%s", host, line,)

0 commit comments

Comments
 (0)