Skip to content

Commit

Permalink
fix: here print
Browse files Browse the repository at this point in the history
  • Loading branch information
markisha64 committed Nov 6, 2024
1 parent 03bdabf commit 95a813d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/dump.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,6 @@ pub async fn create_spoiler(
let mut spoiler =
File::create(format!("randomized/{}/{}/spoiler.tar", rom_name, file_name)).await?;

println!("here");

spoiler.write_all(&buffer).await?;

Ok(())
Expand Down

0 comments on commit 95a813d

Please sign in to comment.