removed debug print
[rainbowstream.git] / rainbowstream / rainbow.py
index d51ca91b1d30bc5cde4c755c2028384639238712..0a02ea21f7678a4ea3e240ffd3b57e440b05e61f 100644 (file)
@@ -219,7 +219,7 @@ def switch():
         if args.ignore:
             printNicely(red('Ignore: ' + str(args.ignore)))
         printNicely('')
-    except Exception:
+    except:
         printNicely(red('Sorry I can\'t understand.'))
 
 
@@ -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]