From: Bryan Salas Date: Sat, 2 Aug 2014 20:58:11 +0000 (-0500) Subject: removed unneeded code X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=31c665de26db30ae9e1b21e086957c520cf619ef;p=rainbowstream.git removed unneeded code --- diff --git a/rainbowstream/rainbow.py b/rainbowstream/rainbow.py index 257b75e..d51ca91 100644 --- a/rainbowstream/rainbow.py +++ b/rainbowstream/rainbow.py @@ -213,7 +213,6 @@ def switch(): th = threading.Thread(target=stream, args=(c['USER_DOMAIN'], args, g['original_name'])) th.daemon = True th.start() - g['prefix'] = True printNicely('') if args.filter: printNicely(cyan('Only: ' + str(args.filter)))