Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasmoreau committed Jun 28, 2017
1 parent f4cb4c0 commit 9b5a8b1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ public QueryStoreResponse getResponse() {
log.debug(e);
result = new QueryStoreResponse(QueryStoreResponse.STATUS_ERROR, "", e.getMessage());
} catch (ExecutionException e) {
System.out.println("### test");
e.printStackTrace();
log.debug(e);
result = new QueryStoreResponse(QueryStoreResponse.STATUS_ERROR, "", e.getMessage());
}catch (NullPointerException e) {
Expand Down

0 comments on commit 9b5a8b1

Please sign in to comment.