remove debug print
This commit is contained in:
parent
2b2ac66708
commit
9f626b8265
|
@ -38,8 +38,6 @@ fn save_config(config: Config) {
|
||||||
let mut config_file = File::create(config_path)
|
let mut config_file = File::create(config_path)
|
||||||
.expect("Couldn't create config file");
|
.expect("Couldn't create config file");
|
||||||
|
|
||||||
print!("{}", toml);
|
|
||||||
|
|
||||||
config_file.write(&toml.into_bytes())
|
config_file.write(&toml.into_bytes())
|
||||||
.expect("Couldn't write config file");
|
.expect("Couldn't write config file");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue