From 0cac23e73025ebf3808a4fea65ec39b4454c694d Mon Sep 17 00:00:00 2001 From: avollkopf <43980694+avollkopf@users.noreply.github.com> Date: Mon, 29 Apr 2024 17:34:44 +0200 Subject: [PATCH] remove test logging --- cbpi/controller/upload_controller.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cbpi/controller/upload_controller.py b/cbpi/controller/upload_controller.py index f86b6e7..2c54e4b 100644 --- a/cbpi/controller/upload_controller.py +++ b/cbpi/controller/upload_controller.py @@ -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: