Skip to content

Commit

Permalink
remove dbg from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Sep 18, 2023
1 parent 58d7a57 commit 0895b8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
pass_filenames: false
- id: test
name: Test
entry: cargo test
entry: cargo test --test main
types: [rust]
language: system
pass_filenames: false
1 change: 0 additions & 1 deletion tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fn json_vec(parser: &mut Parser) -> JsonResult<Vec<String>> {
match peak {
Peak::True => {
parser.consume_true()?;
dbg!("true");
v.push(format!("true @ {position}"));
}
Peak::False => {
Expand Down

0 comments on commit 0895b8c

Please sign in to comment.