Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gianbelinche committed Sep 26, 2024
1 parent 630c60e commit 46f9691
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions get_all_blobs/getallblobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,14 +175,10 @@ async function getTransactions(validatorTimelockAddress, commitBatchesSharedBrid
commitment: commitment,
blob: blobHex
});
console.log(tx.to);
console.log(commitment);
console.log(blobHex.length);
}
}
}));
}
console.log(jsonArray);
const jsonString = JSON.stringify(jsonArray, null, 2);
fs.writeFileSync("blob_data.json", jsonString, 'utf8');
}
Expand Down

0 comments on commit 46f9691

Please sign in to comment.