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
|
@ -266,7 +266,7 @@ class UploadController:
|
|||
"type": step_type
|
||||
}
|
||||
await self.create_step(step_string)
|
||||
|
||||
|
||||
# MashOut -> Notification step that sends notification and waits for user input to move to next step (AutoNext=No)
|
||||
if self.mashout == "NotificationStep":
|
||||
step_string = { "name": "Lautering",
|
||||
|
@ -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