diff --git a/neuroml/nml/generatedssupersuper.py b/neuroml/nml/generatedssupersuper.py index cf26ce9..0bea3a7 100644 --- a/neuroml/nml/generatedssupersuper.py +++ b/neuroml/nml/generatedssupersuper.py @@ -209,9 +209,7 @@ def component_factory(cls, component_type, validate=True, **kwargs): # all component type classes should have a constructor assert comp_type_class_init is not None - cls.logger.debug(f"Got init method: {comp_type_class_init}") init_source = inspect.getsource(comp_type_class_init) - cls.logger.debug(f"Got init source: {init_source}") comp_type_class_members = comp_type_class._get_members() # If we do have an anyattribute, we need to split the kwargs into