Skip to content

Commit

Permalink
common-fs2: remove logging of collector payload (close #636)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjben committed Jun 22, 2022
1 parent 799d4fb commit 580443b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ object Enrich {

val result =
for {
_ <- Logger[F].debug(payloadToString(payload))
etlTstamp <- Clock[F].realTime(TimeUnit.MILLISECONDS).map(millis => new DateTime(millis))
registry <- enrichRegistry
enriched <- EtlPipeline.processEvents[F](
Expand Down

0 comments on commit 580443b

Please sign in to comment.