Less debug output

This commit is contained in:
Ollo
2025-06-06 20:43:49 +02:00
parent 7180acd809
commit 609e1fc4f8

View File

@@ -53,7 +53,7 @@ pub fn read_ini_file(filename: String) -> Config {
for (k, v) in prop.iter() for (k, v) in prop.iter()
{ {
println!("{:?} {}:{}", sec, k, v); //println!("{:?} {}:{}", sec, k, v);
if (sec.is_some()) && (sec.unwrap() == "mqtt") if (sec.is_some()) && (sec.unwrap() == "mqtt")
{ {
if k == "path" if k == "path"