Skip to content

Commit

Permalink
chore: remove extra debug msgs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Oct 15, 2024
1 parent 1dee333 commit eb37d32
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions neuroml/nml/generatedssupersuper.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb37d32

Please sign in to comment.