Removed debug line
This commit is contained in:
parent
42c78a3a8b
commit
8784823fc5
@ -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())
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user