Remove accidentally added debugging line.
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user