From eb37d3275e6df5aa17c3939a5f5526e79391f739 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Tue, 15 Oct 2024 18:28:49 +0100 Subject: [PATCH] chore: remove extra debug msgs --- neuroml/nml/generatedssupersuper.py | 2 -- 1 file changed, 2 deletions(-) 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