Skip to content

Commit e4a5415

Browse files
committed
[ci] cleanup
Signed-off-by: Itai Segall <itai.segall@digitalasset.com>
1 parent 4f56201 commit e4a5415

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/scan/src/main/scala/org/lfdecentralizedtrust/splice/scan/store/AcsSnapshotStore.scala

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,6 @@ class AcsSnapshotStore(
8787
val query =
8888
sql"select * from ((" ++ sameMig ++ sql") union all (" ++ largerMig ++ sql")) all_queries order by snapshot_record_time asc limit 1"
8989

90-
logger.debug(s"ISEGALL: SQL query is: ${query.toActionBuilder.sql}")
91-
9290
storage
9391
.querySingle(
9492
query.toActionBuilder.as[AcsSnapshot].headOption,

0 commit comments

Comments
 (0)