From 50a592986d02474881e422ae9c4cada01966d149 Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Tue, 6 Oct 2020 20:40:35 +0200 Subject: [PATCH] Removed small debug code --- modules/hue/hue_remote.py | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/hue/hue_remote.py b/modules/hue/hue_remote.py index 46e890f..fc81abd 100755 --- a/modules/hue/hue_remote.py +++ b/modules/hue/hue_remote.py @@ -93,7 +93,6 @@ def parseCommandline( cmd=sys.argv, needHelp=True ): parseCommand( cmd, 3, cmd[2], displayHelp=needHelp ) elif( cmd[1] == "lights" ): - print("gothere1") parseCommand( cmd, 2, displayHelp=needHelp ) elif( needHelp ): help()