Skip to content

Commit 4db5936

Browse files
committed
Remove extra API log
1 parent 70e85a8 commit 4db5936

File tree

1 file changed

+0
-1
lines changed
  • pkg/workloads/cortex/onnx_serve

1 file changed

+0
-1
lines changed

pkg/workloads/cortex/onnx_serve/api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ def convert_to_onnx_input(sample, input_metadata_list):
132132
except CortexException as e:
133133
e.wrap("key {}".format(input_metadata.name))
134134
raise
135-
logger.info(input_dict)
136135
return input_dict
137136

138137

0 commit comments

Comments
 (0)