Skip to content

Commit

Permalink
logging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Apr 12, 2024
1 parent 68a5189 commit 2072546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/coreApi.js
Expand Up @@ -2029,7 +2029,7 @@ function buildPredictedBlocks(statusId, statusFunc) {
feeRateGroup = Math.floor(feeRateGroup / 5) * 5;

} else {
console.log(JSON.stringify(tx));
//console.log(JSON.stringify(tx));
}

feeRateGroup = Math.floor(feeRateGroup);
Expand Down

0 comments on commit 2072546

Please sign in to comment.