Skip to content

Commit 5c392cc

Browse files
committed
[ci] unnecessary log
Signed-off-by: Oriol Muñoz <oriol.munoz@digitalasset.com>
1 parent 38595f4 commit 5c392cc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/common/src/main/scala/org/lfdecentralizedtrust/splice/store/ContractFetcher.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ object ContractFetcher {
7171
val createdAt =
7272
event.createdAt.flatMap(CantonTimestamp.fromProtoTimestamp(_).toOption)
7373
val ignoreBefore = clock.now.minus(getContractValidity.asJava)
74-
logger
75-
.debug(s"For ContractId: $id: CreatedAt: $createdAt, ignoreBefore: $ignoreBefore")
7674
createdAt.exists(_ > ignoreBefore)
7775
}
7876
.subflatMap { createdEvent =>

0 commit comments

Comments
 (0)