mirror of
https://github.com/clearml/clearml-serving
synced 2025-02-07 05:18:12 +00:00
remove dbg print
This commit is contained in:
parent
64909cdd65
commit
61be8733c8
@ -192,7 +192,6 @@ class ModelRequestProcessor(object):
|
|||||||
return_value = await self._process_request(processor=processor, url=url, body=request_body)
|
return_value = await self._process_request(processor=processor, url=url, body=request_body)
|
||||||
finally:
|
finally:
|
||||||
if url and processor is not None and processor is not self._engine_processor_lookup.get(url):
|
if url and processor is not None and processor is not self._engine_processor_lookup.get(url):
|
||||||
self._report_text("calling gc collect in request processing")
|
|
||||||
gc.collect()
|
gc.collect()
|
||||||
self._request_processing_state.dec()
|
self._request_processing_state.dec()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user