cleanup and comment out unused functions

This commit is contained in:
Simon Gardling
2021-04-01 10:45:09 -04:00
parent b7bb810065
commit 29d3b387dc
2 changed files with 4 additions and 1 deletions

View File

@@ -194,7 +194,7 @@ impl Model {
pub fn render_all_imgdata(&self) {
if !Path::new("./tmp").exists() {
std::fs::create_dir("./tmp");
std::fs::create_dir("./tmp").expect("could create directory");
}
let pb = ProgressBar::new(self.img_data_vec.len() as u64);