mirror of
https://github.com/apache/druid.git
synced 2025-02-17 15:35:56 +00:00
remove debug code
This commit is contained in:
parent
2d4f1889e8
commit
df59d2acb4
@ -135,9 +135,6 @@ public class AsyncQueryForwardingServlet extends HttpServlet
|
|||||||
@Override
|
@Override
|
||||||
protected void doPost(final HttpServletRequest req, final HttpServletResponse res) throws ServletException, IOException
|
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 long start = System.currentTimeMillis();
|
||||||
final boolean isSmile = QueryResource.APPLICATION_SMILE.equals(req.getContentType());
|
final boolean isSmile = QueryResource.APPLICATION_SMILE.equals(req.getContentType());
|
||||||
final ObjectMapper objectMapper = isSmile ? smileMapper : jsonMapper;
|
final ObjectMapper objectMapper = isSmile ? smileMapper : jsonMapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user