fix: Remove more print

pull/564/head
Raphaël Vinot 2022-12-27 01:58:47 +01:00
parent 01b9f8d1be
commit f8aee07251
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ def tree(tree_uuid: str, node_uuid: Optional[str]=None):
if hostnode:
hostnode_to_highlight = hostnode.uuid
except IndexError as e:
print(e)
logging.info(f'Invalid uuid ({e}): {node_uuid}')
pass
if cache.error:
flash(cache.error, 'warning')