Skip to content

Commit 57d0d9d

Browse files
committed
Remove some commented debug code
1 parent c5bd87f commit 57d0d9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/qonnx/core/onnx_exec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ def execute_onnx_and_make_model(model, input_dict):
208208
new_model.set_initializer(i, execution_context[i])
209209
for vi in new_model.graph.value_info:
210210
new_model.graph.output.append(vi)
211-
# import pdb; pdb.set_trace()
212211
return new_model
213212

214213

0 commit comments

Comments
 (0)