mirror of https://github.com/CIRCL/lookyloo
fix: Remove more print
parent
01b9f8d1be
commit
f8aee07251
|
@ -678,7 +678,7 @@ def tree(tree_uuid: str, node_uuid: Optional[str]=None):
|
||||||
if hostnode:
|
if hostnode:
|
||||||
hostnode_to_highlight = hostnode.uuid
|
hostnode_to_highlight = hostnode.uuid
|
||||||
except IndexError as e:
|
except IndexError as e:
|
||||||
print(e)
|
logging.info(f'Invalid uuid ({e}): {node_uuid}')
|
||||||
pass
|
pass
|
||||||
if cache.error:
|
if cache.error:
|
||||||
flash(cache.error, 'warning')
|
flash(cache.error, 'warning')
|
||||||
|
|
Loading…
Reference in New Issue