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 27, 2022
1 parent 3886e44 commit c75f41a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,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 c75f41a

Please sign in to comment.