Removed debug line

This commit is contained in:
Benjamyn Love 2024-06-19 13:28:21 +10:00
parent 42c78a3a8b
commit 8784823fc5

View File

@ -78,7 +78,7 @@ impl Config {
let mut conf_path = default_path.clone(); let mut conf_path = default_path.clone();
conf_path.push("/config.ini"); conf_path.push("/config.ini");
println!("{:?}", conf_path);
config.write(&conf_path.clone()).unwrap(); config.write(&conf_path.clone()).unwrap();
Config::from_file(conf_path.into_string().unwrap()) Config::from_file(conf_path.into_string().unwrap())
} }