removed debug prints

This commit is contained in:
iLLiCiTiT 2020-09-22 14:05:36 +02:00
parent b50438a66c
commit d5c0fa464a

View file

@ -43,7 +43,6 @@ class PypeModuleManager:
modules.append(
__import__(import_name, fromlist=[""])
)
print(import_name, sys.modules.get("PyQt5"))
except Exception:
self.log.warning(