delete debug print
authorOrakaro <nhatminh_179@hotmail.com>
Sat, 9 Aug 2014 16:15:52 +0000 (01:15 +0900)
committerOrakaro <nhatminh_179@hotmail.com>
Sat, 9 Aug 2014 16:15:52 +0000 (01:15 +0900)
rainbowstream/rainbow.py

index f456a8467dddf6db8708595d9176422fd77e414f..c66ae9af31b2e669dd081557f74fbebb52a8f91b 100644 (file)
@@ -1206,8 +1206,7 @@ def theme():
                 c['DECORATED_NAME'])(
                 '[' + x + ']: ')
             printNicely(green('Theme changed.'))
                 c['DECORATED_NAME'])(
                 '[' + x + ']: ')
             printNicely(green('Theme changed.'))
-        except Exception as e:
-            print(e)
+        except:
             printNicely(red('No such theme exists.'))
 
 
             printNicely(red('No such theme exists.'))