remove test logging

This commit is contained in:
avollkopf 2024-04-29 17:34:44 +02:00
parent a818b471a7
commit 0cac23e730

View file

@ -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: