generated from OBJNULL/Dockerized-Rust
Removed debug from Parser
This commit is contained in:
parent
1fdb88f3a8
commit
78744a104f
1 changed files with 0 additions and 5 deletions
|
@ -134,10 +134,5 @@ impl Parser {
|
|||
ParserModes::Credit => self.transaction(ParserModes::Credit, line),
|
||||
}
|
||||
}
|
||||
|
||||
// DEBUG: Print all transactions
|
||||
for t in &self.transactions {
|
||||
println!("Transaction {}: {} on {}", t.description, t.amount, t.date);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue