Skip to content

Commit

Permalink
Remove no device found. Fixes #29
Browse files Browse the repository at this point in the history
  • Loading branch information
kusti8 committed Mar 17, 2018
1 parent 5212b7c commit 2473270
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hue_plus/hue_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ def __init__(self):
port = self.get_port()
if port:
self.portTxt.setText(self.get_port())
else:
self.error("No Hue+ found.")

self.profileListFunc()

Expand Down

0 comments on commit 2473270

Please sign in to comment.