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