diff --git a/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py b/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py index 03662dacd613ee..b79b24e9ce76a3 100644 --- a/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py +++ b/tools/ovc/openvino/tools/ovc/moc_frontend/pytorch_frontend_utils.py @@ -134,7 +134,6 @@ def extract_input_info_from_example(args, inputs): 0] == "self" else args.input_model._input_signature if input_names and not is_dict_input: example_inputs = dict(zip(input_names, example_inputs)) - print(input_names) example_inputs = flatten_inputs(example_inputs, input_names) input_arg = [] for example in example_inputs: