Skip to content

Commit

Permalink
remove extra println
Browse files Browse the repository at this point in the history
  • Loading branch information
fjy committed May 1, 2014
1 parent 34362e8 commit f952327
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -765,8 +765,6 @@ public ShardSpec apply(DimPartition dimPartition)
log.info(" %s", HadoopDruidIndexerConfig.jsonMapper.writeValueAsString(shardSpec));
}

System.out.println(HadoopDruidIndexerConfig.jsonMapper.writeValueAsString(chosenShardSpecs));

try {
HadoopDruidIndexerConfig.jsonMapper
.writerWithType(
Expand Down

0 comments on commit f952327

Please sign in to comment.