Explorar o código

darkirc: remove duplicated log msg

dasman hai 1 ano
pai
achega
33bf53c408
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      bin/darkirc/src/settings.rs

+ 0 - 1
bin/darkirc/src/settings.rs

@@ -125,7 +125,6 @@ pub fn list_configured_contacts(data: &toml::Value) -> Result<HashMap<String, Pu
             return Err(ParseFailed("Duplicate contact found"))
         }
 
-        info!("Instantiated ChaChaBox for contact \"{}\"", name);
         ret.insert(name.to_string(), public);
     }