removed debug print
authorBryan Salas <bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 21:03:42 +0000 (16:03 -0500)
committerBryan Salas <bryans5252@sbcglobal.net>
Sat, 2 Aug 2014 21:03:42 +0000 (16:03 -0500)
rainbowstream/rainbow.py

index 11d26ef014cf32ad7c21652edf0085815e34d948..0a02ea21f7678a4ea3e240ffd3b57e440b05e61f 100644 (file)
@@ -1613,7 +1613,6 @@ def listen():
         if g['prefix']:
             line = raw_input(g['decorated_name'](c['PREFIX']))
         else:
         if g['prefix']:
             line = raw_input(g['decorated_name'](c['PREFIX']))
         else:
-            print('prefix is false')
             line = raw_input()
         try:
             cmd = line.split()[0]
             line = raw_input()
         try:
             cmd = line.split()[0]