Skip to content

Commit

Permalink
Remove debug log: Assigned tag pid sequence nrs, akka#805 (akka#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Sep 8, 2020
1 parent ec56203 commit 3e97af4
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -161,7 +161,6 @@ import akka.util.UUIDComparator
// reached to force a flush or that the batch size is met
val (newTagPidSequenceNrs, events) =
assignTagPidSequenceNumbers(payload.toVector, tagPidSequenceNrs)
log.debug("Assigned tag pid sequence nrs: {}", newTagPidSequenceNrs)
val newBuffer = (buffer ++ events).sortBy(_._1.timeUuid)(timeUuidOrdering)
flushIfRequired(newBuffer, newTagPidSequenceNrs)
case twd: TagWriteDone =>
Expand Down

0 comments on commit 3e97af4

Please sign in to comment.