Skip to content

Commit

Permalink
fix: remove left-over dbg! statement (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
nfejzic committed Dec 22, 2023
1 parent ec5a931 commit 5677a4e
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 @@ -6,7 +6,6 @@ fn main() {

let is_block = match args.peek() {
Some(arg) => {
dbg!(arg);
matches!(arg.as_str(), "--block" | "-b")
}
None => false,
Expand Down

0 comments on commit 5677a4e

Please sign in to comment.