From 73b05c7bda14b73c0d6572bd54b2974aa3808b43 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 15 Mar 2021 17:08:46 +0000 Subject: [PATCH] Remove debug --- notifications_client.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/notifications_client.py b/notifications_client.py index 37afb32a7..cc1662445 100644 --- a/notifications_client.py +++ b/notifications_client.py @@ -1158,12 +1158,10 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str, postIndex = keyPress.split(' ')[-1].strip() if postIndex.isdigit(): currIndex = int(postIndex) - print('currIndex: ' + str(currIndex) + ' ' + currTimeline) speakerJson = \ _getSpeakerJsonFromIndex(currTimeline, currIndex) if not speakerJson: speakerJson = {} - print('speakerJson: ' + str(speakerJson)) linkOpened = False if speakerJson.get('detectedLinks'): if len(speakerJson['detectedLinks']) > 0: