Skip to content

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeRoggenbuck committed Sep 5, 2024
1 parent a8ab26e commit 11a002e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/parse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ pub fn parse(

match (first, second) {
(Some(a), Some(b)) => {
println!("{:?}", a);
println!("{:?}", b);
println!("{:?}", token);
// Does the variable already exist?
match local_memory.get(&b.value) {
Some(tok) => {
Expand Down

0 comments on commit 11a002e

Please sign in to comment.