Skip to content
Snippets Groups Projects
Commit af0d994b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'remove-debug-print' into 'master'

Remove debug print

See merge request !1146
parents 94e83373 768cc080
No related branches found
No related tags found
1 merge request!1146Remove debug print
Pipeline #109276 failed
......@@ -552,7 +552,6 @@ class RegistryObject:
name: ClassVar[str] = ""
def __init_subclass__(cls):
print("AM I EXECUTED", cls)
if getattr(cls, "_registry", None) is None:
cls._registry = {}
else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment