mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-23 23:48:16 +01:00
remove test logging
This commit is contained in:
parent
a818b471a7
commit
0cac23e730
1 changed files with 1 additions and 2 deletions
|
@ -799,7 +799,6 @@ class UploadController:
|
|||
else:
|
||||
step_temp = str(round((9.0 / 5.0 * int(step['stepTemp']) + 32)))
|
||||
|
||||
logging.error(step_temp)
|
||||
sensor = self.kettle.sensor
|
||||
if MashIn_Flag == True:
|
||||
|
||||
|
|
Loading…
Reference in a new issue