From cc7bf02c93e4c9f095a97155101423f24f055ce9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 20 Feb 2024 16:14:56 +0100 Subject: [PATCH] removed timing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- server/app.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/server/app.py b/server/app.py index d1e18f5..443bac8 100644 --- a/server/app.py +++ b/server/app.py @@ -118,10 +118,7 @@ def mqtt_publisher(ti_queue): while True: try: try: - start = time.time() tube_index = ti_queue.get(block=False) - end = time.time() - print("Receiving of tube index took: "+str(end-start)) tube_index_old = tube_index except Empty: if tube_index_old is not None: