removed debug print
[rainbowstream.git] / 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:
-            print('prefix is false')
             line = raw_input()
         try:
             cmd = line.split()[0]