remove debug code

This commit is contained in:
Xavier Léauté 2014-07-25 16:25:47 -07:00
parent 2d4f1889e8
commit df59d2acb4
1 changed files with 0 additions and 3 deletions

View File

@ -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;