From 8a7f0d046ce38670cbdfaedce7eb2e6e19270955 Mon Sep 17 00:00:00 2001 From: "Peter D. Gray" Date: Mon, 9 Sep 2024 10:43:24 -0400 Subject: [PATCH] noise --- shared/scanner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/scanner.py b/shared/scanner.py index 4b7a6aa8..02dd939c 100644 --- a/shared/scanner.py +++ b/shared/scanner.py @@ -206,7 +206,7 @@ class QRScanner: break except asyncio.CancelledError: - print('scan cancel') + #print('scan cancel') return None finally: # Problem: another valid scan can come in just as we are trying