Skip to content

Commit ef8d745

Browse files
committed
Commented out print statement
1 parent 3036f86 commit ef8d745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bifrost_tracing/bifrost_tracing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def post_run_cell(self, result):
5959

6060
callVisitor = CallVisitor()
6161
callVisitor.visit(ast_tree)
62-
print(f"args={callVisitor.args}")
62+
# print(f"args={callVisitor.args}")
6363

6464
for arg in callVisitor.args:
6565
key, value = arg.split(".")

0 commit comments

Comments
 (0)