Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc committed Sep 10, 2024
1 parent 1500aff commit 63a9f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ async function catchupAndWatchChain(
// Check if data is already in the IPFS database
const ipfsData = await db.getDataByCid(cid);
if (ipfsData) {
chainLogger.info(`Found IPFS data in database for CID: ${cid}`);
// chainLogger.info(`Found IPFS data in database for CID: ${cid}`);
return Promise.resolve(ipfsData.data as string as T);
}

Expand Down

0 comments on commit 63a9f51

Please sign in to comment.