Skip to content

Commit e085930

Browse files
thelostone-mchussedev
authored andcommitted
f
1 parent f4bf567 commit e085930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ async function catchupAndWatchChain(
484484
// Check if data is already in the IPFS database
485485
const ipfsData = await db.getDataByCid(cid);
486486
if (ipfsData) {
487-
chainLogger.info(`Found IPFS data in database for CID: ${cid}`);
487+
// chainLogger.info(`Found IPFS data in database for CID: ${cid}`);
488488
return Promise.resolve(ipfsData.data as string as T);
489489
}
490490

0 commit comments

Comments
 (0)