Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
EmergentOrder committed Mar 26, 2016
1 parent 204abcc commit b7a2c86
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,11 +165,7 @@ trait SelfCleaningDataSource {
): Unit = {
val (appId, channelId) = Common.appNameToId(appName, None)

newEvents.foreach(println(_))

pEventsDb.write(newEvents, appId)(sc)

eventsToRemove.foreach(println(_))

removeEvents(eventsToRemove.collect.toSet, appId)
}
Expand Down

0 comments on commit b7a2c86

Please sign in to comment.