Skip to content

Commit 0c78a9d

Browse files
authored
Remove expensive print from lowered_backend_module.py
Differential Revision: D62155526 Pull Request resolved: #5046
1 parent 8781604 commit 0c78a9d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

exir/lowered_backend_module.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -696,9 +696,6 @@ def create_exported_program_from_submodule(
696696
in_spec = pytree.tree_flatten((tuple(subgraph_signature.user_inputs), {}))[1]
697697
out_spec = pytree.tree_flatten(subgraph_signature.user_outputs)[1]
698698

699-
print(submodule.graph)
700-
print(subgraph_signature)
701-
702699
return (
703700
ExportedProgram(
704701
root=submodule,

0 commit comments

Comments
 (0)