Skip to content

Commit 1afeec1

Browse files
author
DEKHTIARJonathan
committed
Clean Print in decorator
1 parent 701d4d3 commit 1afeec1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorlayer/decorators/method_decorator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ def func_wrapper(*args, **kwargs):
3131
share_subsclass = False
3232

3333
for cls_ in target:
34-
print("cls_:", cls_)
3534
if issubclass(caller[0], cls_) or caller[0] is cls_:
3635
share_subsclass = True
3736
break

0 commit comments

Comments
 (0)