Skip to content

Commit cd831b6

Browse files
Remove unused logigng
1 parent 454d47b commit cd831b6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

optimum/commands/export/onnx.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,6 @@ def parse_args(parser: ArgumentParser):
286286
def run(self):
287287
from optimum.exporters.onnx import main_export
288288

289-
print("Hello from optimum-onnx/onnx.py")
290-
291289
# Get the shapes to be used to generate dummy inputs
292290
input_shapes = {}
293291
for input_name in DEFAULT_DUMMY_SHAPES:

0 commit comments

Comments
 (0)