Remove debug print

This commit is contained in:
baldurk
2026-08-27 16:34:36 +01:00
parent fa5af1bf7c
commit 45b5f1ad1d
@@ -1811,7 +1811,6 @@ def publicise_module(mod):
continue
obj = getattr(mod, name)
if hasattr(obj, '__module__') and mod.__name__ not in getattr(obj, '__module__'):
print(f"{name} is {obj.__module__} vs {mod.__name__}")
continue
globals()[name] = obj