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 23, 2022
1 parent 5d9e6ef commit ae1d2a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,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 ae1d2a1

Please sign in to comment.