Remove accidentally added debugging line.

This commit is contained in:
Bob Lantz
2012-05-10 22:23:31 -07:00
parent 0e8cca0869
commit 4c3ff8f184
-1
View File
@@ -321,7 +321,6 @@ class CLI( Cmd ):
quietRun( 'stty -icanon min 1' ) quietRun( 'stty -icanon min 1' )
while True: while True:
try: try:
print 'waiting for input'
bothPoller.poll() bothPoller.poll()
# XXX BL: this doesn't quite do what we want. # XXX BL: this doesn't quite do what we want.
if False and self.inputFile: if False and self.inputFile: