Sfoglia il codice sorgente

darkirc: remove duplicated log msg

dasman 1 anno fa
parent
commit
33bf53c408
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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);
     }