Skip to content

Commit 606910f

Browse files
committed
Update
[ghstack-poisoned]
1 parent aaeca67 commit 606910f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exir/program/_program.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,6 @@ def to_edge_transform_and_lower(
12571257
for name, partitioner_list in partitioner.items():
12581258
if i < len(partitioner_list):
12591259
method_to_partitioner[name] = partitioner_list[i]
1260-
print("to_backen")
12611260
edge_manager = edge_manager.to_backend(method_to_partitioner)
12621261

12631262
for name, program in edge_manager._edge_programs.items():

0 commit comments

Comments
 (0)