Remove debug

merge-requests/21/head
Bob Mottram 2021-03-15 17:08:46 +00:00
parent 4ffe42e55b
commit 73b05c7bda
1 changed files with 0 additions and 2 deletions

View File

@ -1158,12 +1158,10 @@ def runNotificationsClient(baseDir: str, proxyType: str, httpPrefix: str,
postIndex = keyPress.split(' ')[-1].strip() postIndex = keyPress.split(' ')[-1].strip()
if postIndex.isdigit(): if postIndex.isdigit():
currIndex = int(postIndex) currIndex = int(postIndex)
print('currIndex: ' + str(currIndex) + ' ' + currTimeline)
speakerJson = \ speakerJson = \
_getSpeakerJsonFromIndex(currTimeline, currIndex) _getSpeakerJsonFromIndex(currTimeline, currIndex)
if not speakerJson: if not speakerJson:
speakerJson = {} speakerJson = {}
print('speakerJson: ' + str(speakerJson))
linkOpened = False linkOpened = False
if speakerJson.get('detectedLinks'): if speakerJson.get('detectedLinks'):
if len(speakerJson['detectedLinks']) > 0: if len(speakerJson['detectedLinks']) > 0: