Skip to content

Commit

Permalink
commented out System.out statement
Browse files Browse the repository at this point in the history
  • Loading branch information
rschwab68 committed Sep 18, 2015
1 parent fca8275 commit 8b95e55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -190,7 +190,7 @@ public AnnotatedDocument annotate(Document doc, int n) {
// if (n > 0) {
// url += "&n=" + n;
// }
System.out.println(sb.toString());
// System.out.println(sb.toString());
json = postQuery("annotate", sb.toString());
} catch (IOException e) {
logger.error("cannot call the rest api {}", e.toString());
Expand Down

0 comments on commit 8b95e55

Please sign in to comment.