mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
removed debug prints
This commit is contained in:
parent
b50438a66c
commit
d5c0fa464a
1 changed files with 0 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ class PypeModuleManager:
|
|||
modules.append(
|
||||
__import__(import_name, fromlist=[""])
|
||||
)
|
||||
print(import_name, sys.modules.get("PyQt5"))
|
||||
|
||||
except Exception:
|
||||
self.log.warning(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue