Skip to content

Commit df215fc

Browse files
committed
minor clean
1 parent bfee47f commit df215fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spring-security-oauth/src/main/java/org/baeldung/reddit/classifier/RedditDataCollector.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ private void parseNode(JsonNode node, FileWriter writer) throws IOException {
8787
line += timestamp + ";";
8888
line += words.size() + ";" + Joiner.on(' ').join(words) + ";";
8989
line += child.get("data").get("domain").asText() + "\n";
90-
System.out.println(line);
9190
writer.write(line);
9291
}
9392
}

0 commit comments

Comments
 (0)