Skip to content

Commit

Permalink
[OVC] Remove debug print (openvinotoolkit#25577)
Browse files Browse the repository at this point in the history
### Details:
 - *item1*
 - *...*

### Tickets:
 - *ticket-id*
  • Loading branch information
mvafin authored Jul 16, 2024
1 parent 8f4dc0a commit 30193cf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 30193cf

Please sign in to comment.