Skip to content

Commit 880416e

Browse files
committed
Remove prints
1 parent 64aa95f commit 880416e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/apple/mps/test/test_mps_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ def lower_module_and_test_output(
278278
executorch_program.buffer
279279
)
280280

281-
print(f"SAMPLE INPUTS: {original_inputs[0]}")
282281
model_output = executorch_module.forward(original_inputs)
283282

284283
logging.info(f"Expected output: {expected_output}")

0 commit comments

Comments
 (0)