We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3036f86 commit ef8d745Copy full SHA for ef8d745
bifrost_tracing/bifrost_tracing.py
@@ -59,7 +59,7 @@ def post_run_cell(self, result):
59
60
callVisitor = CallVisitor()
61
callVisitor.visit(ast_tree)
62
- print(f"args={callVisitor.args}")
+ # print(f"args={callVisitor.args}")
63
64
for arg in callVisitor.args:
65
key, value = arg.split(".")
0 commit comments