Skip to content

Commit

Permalink
remove dbg statement
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi committed Oct 28, 2019
1 parent 4cbf11a commit 6b599e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/config_type.rs
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ macro_rules! create_config {
match key {
$(
stringify!($i) => {
dbg!(stringify!($i));
self.$i.1 = true;
self.$i.2 = val.parse::<$ty>()
.expect(&format!("Failed to parse override for {} (\"{}\") as a {}",
Expand Down

0 comments on commit 6b599e6

Please sign in to comment.