Remove debug print
This commit is contained in:
parent
163e979f95
commit
ad8f66c00e
1 changed files with 0 additions and 1 deletions
|
@ -61,7 +61,6 @@ class EventHook(object):
|
|||
return [self.docstring.items[key]]
|
||||
return []
|
||||
def get_kwarg(self, key: str, default: typing.Any=None) -> typing.Any:
|
||||
print(self.get_kwargs(key))
|
||||
return (self.get_kwargs(key) or [default])[0]
|
||||
|
||||
class Events(object):
|
||||
|
|
Loading…
Reference in a new issue