We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701d4d3 commit 1afeec1Copy full SHA for 1afeec1
tensorlayer/decorators/method_decorator.py
@@ -31,7 +31,6 @@ def func_wrapper(*args, **kwargs):
31
share_subsclass = False
32
33
for cls_ in target:
34
- print("cls_:", cls_)
35
if issubclass(caller[0], cls_) or caller[0] is cls_:
36
share_subsclass = True
37
break
0 commit comments