1
0
forked from clan/clan-core

vm-manager: hide hidden vm log info

This commit is contained in:
Johannes Kirschbauer 2024-05-08 12:27:16 +02:00
parent 2acd06c9fa
commit 3e9a1ea68f
Signed by: hsjobeki
SSH Key Fingerprint: SHA256:vX3utDqig7Ph5L0JPv87ZTPb/w7cMzREKVZzzLFg9qU

View File

@ -131,8 +131,6 @@ class ClanStore:
# only one vm can output logs at a time
if vm == self._logging_vm:
gfile.load_contents_async(None, file_read_callback, None)
else:
log.info("Log details of VM hidden, vm is not current logging VM.")
# we cannot check this type, python is not smart enough