Less debug output
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user