fix (LCtx): Removing debug.

This commit is contained in:
2022-01-20 08:17:30 +02:00
parent 570c91eb94
commit dd85732b6c

View File

@@ -61,7 +61,6 @@ class Wrappable:
)
def __call__(self, *args, **kwargs):
print(args, kwargs)
if self.wrappers:
return self._wrapped(iter(self.wrappers.values()))(*args, **kwargs)
else: