removed unused lines
This commit is contained in:
parent
345f95b1ff
commit
8fde97c104
1 changed files with 2 additions and 3 deletions
|
@ -17,7 +17,7 @@ static mut HOME_DIR: String = String::new();
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let ops = read_ops();
|
let ops = read_ops();
|
||||||
println!("{:?}", ops);
|
|
||||||
if ops.folder.is_none() || ops.output.is_none() {
|
if ops.folder.is_none() || ops.output.is_none() {
|
||||||
panic!("missing folder/output!");
|
panic!("missing folder/output!");
|
||||||
}
|
}
|
||||||
|
@ -89,7 +89,6 @@ fn inject_file(file: &Path, output: &Path) {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Reference in a new issue