Skip to content

Commit

Permalink
Turned off debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
imrahil committed Jul 30, 2015
1 parent 1431baa commit 8c603ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion octoprint_navbartemp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class NavBarPlugin(octoprint.plugin.StartupPlugin,

def __init__(self):
self.isRaspi = False
self.debugMode = True # to simulate temp on Win/Mac
self.debugMode = False # to simulate temp on Win/Mac
self.displayRaspiTemp = True
self._checkTempTimer = None

Expand Down

0 comments on commit 8c603ec

Please sign in to comment.