Skip to content

Commit 179ae70

Browse files
committed
rm useless print statement
1 parent e2c1029 commit 179ae70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: plotly/graph_objs/graph_objs.py

-1
Original file line numberDiff line numberDiff line change
@@ -1072,7 +1072,6 @@ def get_class_instance_by_name(name, *args, **kwargs):
10721072
allows instantiation errors to occur naturally.
10731073
10741074
"""
1075-
print sys.modules[__name__], name
10761075
if args and kwargs:
10771076
return NAME_TO_CLASS[name](*args, **kwargs)
10781077
elif args:

0 commit comments

Comments
 (0)