removed lines

This commit is contained in:
keiveulbugs 2023-12-02 14:53:48 +01:00
parent 91994bc344
commit aa5da351c7
1 changed files with 0 additions and 2 deletions

View File

@ -93,8 +93,6 @@ fn colourfind(cube :String) -> bool {
},
None => 0,
};
// println!("{redamount}");
let greenamount = match cube.find("green") {
Some(val) => {