Skip to content

Commit

Permalink
Remove accidental dbg!
Browse files Browse the repository at this point in the history
  • Loading branch information
Sinono3 committed Dec 6, 2021
1 parent 12aa9fa commit 5b0c2cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ pub fn quiren(dir: &Path, args: Args) -> Result<(), QuirenError> {
&a
};

dbg!(&a);
fs::rename(a, b)?
}
Change::Delete(a) => fs::remove_file(a)?,
Expand Down

0 comments on commit 5b0c2cf

Please sign in to comment.