Skip to content

Commit be88c6d

Browse files
committed
remove print logging
Signed-off-by: Zen <[email protected]>
1 parent 40a19d4 commit be88c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/zenlib/logging/classlogger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ def __init__(self, logger=None, _log_bump=0, *args, **kwargs):
4646
self.logger.log(5, "Init debug logging disabled for: %s" % self.__class__.__name__)
4747

4848
if super().__class__.__class__ is not type:
49-
print(super().__class__.__class__)
5049
super().__init__(*args, **kwargs)
5150

5251
def __setattr__(self, name, value):

0 commit comments

Comments
 (0)