We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1500aff commit 63a9f51Copy full SHA for 63a9f51
src/index.ts
@@ -482,7 +482,7 @@ async function catchupAndWatchChain(
482
// Check if data is already in the IPFS database
483
const ipfsData = await db.getDataByCid(cid);
484
if (ipfsData) {
485
- chainLogger.info(`Found IPFS data in database for CID: ${cid}`);
+ // chainLogger.info(`Found IPFS data in database for CID: ${cid}`);
486
return Promise.resolve(ipfsData.data as string as T);
487
}
488
0 commit comments