remove dbg!(..)

This commit is contained in:
Dustin J. Mitchell 2021-10-20 21:25:28 -04:00
parent 636862f8c5
commit c63a21797a
2 changed files with 0 additions and 2 deletions

View file

@ -61,7 +61,6 @@ mod test {
assert!(w.into_string().starts_with("Set configuration value "));
let updated_toml = fs::read_to_string(cfg_file.clone()).unwrap();
dbg!(&updated_toml);
assert_eq!(
updated_toml,
"# store data everywhere\ndata_dir = \"/somewhere\"\n"