[kojixmlrpc] clean noisy error log

fixes: #2929
This commit is contained in:
Yuming Zhu 2021-06-28 15:17:03 +08:00
parent 6f3b54bca4
commit a4152dc96f

View file

@ -749,7 +749,6 @@ def application(environ, start_response):
except Exception:
return offline_reply(start_response, msg="database outage")
h = ModXMLRPCRequestHandler(registry)
h.logger.error("original: %s", h.__class__)
if environ.get('CONTENT_TYPE') == 'application/octet-stream':
response = h._wrap_handler(h.handle_upload, environ)
else: