mirror of https://github.com/apache/druid.git
remove debug code
This commit is contained in:
parent
2d4f1889e8
commit
df59d2acb4
|
@ -135,9 +135,6 @@ public class AsyncQueryForwardingServlet extends HttpServlet
|
|||
@Override
|
||||
protected void doPost(final HttpServletRequest req, final HttpServletResponse res) throws ServletException, IOException
|
||||
{
|
||||
final String id = req.getHeader("X-Client");
|
||||
log.info("query id [%s]", id);
|
||||
|
||||
final long start = System.currentTimeMillis();
|
||||
final boolean isSmile = QueryResource.APPLICATION_SMILE.equals(req.getContentType());
|
||||
final ObjectMapper objectMapper = isSmile ? smileMapper : jsonMapper;
|
||||
|
|
Loading…
Reference in New Issue