Skip to content

Commit

Permalink
chore: remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Jan 11, 2025
1 parent 819a545 commit 14f585b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src-tauri/src/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ pub fn create_icon(icon: PomodorolmIcon, path_name: &str) -> Result<PathBuf, Str
// Create a temporary file path
let temp_path = Path::new(path_name);

println!("Saving icon to {:?}", temp_path);

// Save the DynamicImage to the temporary file
imgbuf
.save(temp_path)
Expand Down

0 comments on commit 14f585b

Please sign in to comment.