kete: remove one debugging statement used for development

this just messes up the prompt and was meant to be removed before being
pushed/merge into master
pull/44/head
Benjamin Tissoires 2018-01-29 13:59:39 +01:00
parent 9f118bbe15
commit eb0175bb19
1 changed files with 0 additions and 2 deletions

View File

@ -723,8 +723,6 @@ class TuhiKeteShell(cmd.Cmd):
timestamps = [str(t) for t in d.drawings_available]
timestamps.append('all')
logger.error(f'{device} / {timestamps}')
for t in timestamps:
if t.startswith(text.lower()):
completion.append(t)