Skip to content

Commit

Permalink
Removed accidental print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
betterengineering committed Nov 13, 2015
1 parent e8e78c0 commit 9a0e3e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freshroastsr700/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ def comm(self):
if(temp == 65280):
self.current_temp = 150
elif(temp > 550 or temp < 150):
print("here")
self._initialize()
continue
else:
Expand Down

0 comments on commit 9a0e3e7

Please sign in to comment.