Skip to content

Commit 3c7c854

Browse files
committed
Remove unnecessary code
1 parent f0cc259 commit 3c7c854

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/mediatek/preprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ def preprocess(
4848
) -> PreprocessResult:
4949

5050
# Make sure all inputs are contiguous_format or NCHW or default dim order
51-
print("here")
5251
assert_default_dim_order(edge_program.graph_module)
5352

5453
name_to_node_mappings = {node.name: node for node in edge_program.graph.nodes}

0 commit comments

Comments
 (0)