Skip to content

Commit

Permalink
fix: remove println of image path
Browse files Browse the repository at this point in the history
  • Loading branch information
chikatetsu committed Nov 16, 2023
1 parent dd81bc6 commit 28d0af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fn main() {
get_dir_path_buf(),
get_extension_str(FileExtension::PNG),
);
println!("{}", img_path);

let fragment_task: FragmentTask = FragmentTask {
id: U8Data {
offset: 0,
Expand Down

0 comments on commit 28d0af8

Please sign in to comment.