chore: rm dbg artifact (#2477)

This commit is contained in:
Matthias Seitz
2023-04-30 12:16:58 +02:00
committed by GitHub
parent d146bb86f6
commit c06e8c496d

View File

@ -112,8 +112,6 @@ impl<T: TransactionOrdering> PendingPool<T> {
}
}
dbg!(&to_remove);
let mut removed = Vec::with_capacity(to_remove.len());
for id in to_remove {
removed.push(self.remove_transaction(&id).expect("transaction exists"));