Skip to content

Commit

Permalink
Remove unnecessary consolse.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
chiro-hiro committed Dec 13, 2023
1 parent 6c5d8dc commit e2f5a36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/zkdb/src/merkle-tree/merkle-tree-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export class MerkleTreeStorage {
}

public setLeaf(index: bigint, digest: Field) {
console.log('setLeaf', index, digest);
this.merkleNodes.set(index, digest);
this.merkleTree.setLeaf(index, digest);
}
Expand Down

0 comments on commit e2f5a36

Please sign in to comment.