Skip to content

Commit 804b8b9

Browse files
committed
Remove old log
Signed-off-by: Jacinta Ferrant <[email protected]>
1 parent 56087b0 commit 804b8b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stackslib/src/chainstate/stacks/miner.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2468,7 +2468,6 @@ impl StacksBlockBuilder {
24682468
}
24692469
}
24702470
Error::TransactionTooBigError(measured_cost) => {
2471-
debug!("TRANSACTION TOO BIG: {}", &txinfo.tx.txid());
24722471
if update_estimator {
24732472
if let Some(measured_cost) = measured_cost {
24742473
if let Err(e) = estimator.notify_event(

0 commit comments

Comments
 (0)