mirror of
https://github.com/clearml/clearml-serving
synced 2025-01-31 02:46:54 +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)
|
||||
finally:
|
||||
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()
|
||||
self._request_processing_state.dec()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user