Skip to content

Commit 63a9f51

Browse files
committed
f
1 parent 1500aff commit 63a9f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

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

0 commit comments

Comments
 (0)