minor clean

This commit is contained in:
DOHA 2015-04-19 17:08:23 +02:00
parent bfee47f7dc
commit df215fc026
1 changed files with 0 additions and 1 deletions

View File

@ -87,7 +87,6 @@ public class RedditDataCollector {
line += timestamp + ";";
line += words.size() + ";" + Joiner.on(' ').join(words) + ";";
line += child.get("data").get("domain").asText() + "\n";
System.out.println(line);
writer.write(line);
}
}