Skip to content

Commit e24b069

Browse files
committed
up
1 parent 3e9610e commit e24b069

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
@@ -1017,7 +1017,6 @@ def _sanity_check_graph_for_non_decomp_ops(
10171017
def _remove_invalid_ops_for_not_decompose(
10181018
ops_to_not_decompose: List[torch._ops.OpOverload],
10191019
) -> List[torch._ops.OpOverload]:
1020-
print("START FUNC")
10211020
_logged_warnings = set()
10221021

10231022
def log_warning(warn_str):

0 commit comments

Comments
 (0)