removed unused lines

master
Rusty Striker 12 months ago
parent 345f95b1ff
commit 8fde97c104

@ -17,7 +17,7 @@ static mut HOME_DIR: String = String::new();
fn main() {
let ops = read_ops();
println!("{:?}", ops);
if ops.folder.is_none() || ops.output.is_none() {
panic!("missing folder/output!");
}
@ -89,7 +89,6 @@ fn inject_file(file: &Path, output: &Path) {
);
},
}
}
}
else {
@ -186,4 +185,4 @@ fn read_ops() -> Ops {
}
ops
}
}

Loading…
Cancel
Save