Skip to content

Commit

Permalink
fix: remove debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
PudgyPug committed Dec 6, 2024
1 parent 3995e7e commit 0f7917b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/shardus/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1175,7 +1175,6 @@ class Shardus extends EventEmitter {
global,
noConsensus
);
console.log('QUEUEUEUEUEUEUE', acceptedTX.txId, acceptedTX.timestamp)
if (logFlags.verbose) {
this.mainLogger.debug(`End of injectTransaction ${utils.stringifyReduce(tx)}, added: ${added}`);
}
Expand Down

0 comments on commit 0f7917b

Please sign in to comment.