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
This commit is contained in:
parent
9f118bbe15
commit
eb0175bb19
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue