Delete functionality is operational

This commit is contained in:
kdeng00
2024-06-11 20:09:16 -04:00
parent 4334d6be7b
commit 188a81beca
19 changed files with 93 additions and 150 deletions
+2 -2
View File
@@ -124,7 +124,7 @@ impl ActionManager {
}
}
fn print_action(&self) {
fn _print_action(&self) {
if self.action.len() == 0 {
println!("Action is empty");
} else {
@@ -132,7 +132,7 @@ impl ActionManager {
}
}
fn print_flags(&self) {
fn _print_flags(&self) {
println!("Printing flags...");
for flag in &self.flags {
println!("Flag {}", flag.flag);