Skip to content

Commit

Permalink
Remove dbg call
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipa committed Aug 22, 2023
1 parent 2218fe2 commit 2eb7e08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "netlink_wi"
version = "0.7.0-rc3"
version = "0.7.0-rc4"
authors = [
"Olli Paakkunainen <olli@paakkunainen.fi>",
"Adarsh Krishnan <adarshk7@gmail.com>",
Expand Down
1 change: 0 additions & 1 deletion src/reg_domain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ impl TryFrom<&Attrs<'_, Attribute>> for RegulatoryDomain {
}
}
}
dbg!(reg_rule_attr);
Ok(reg_domain)
}
}
Expand Down

0 comments on commit 2eb7e08

Please sign in to comment.