Przeglądaj źródła

darkirc: remove duplicated log msg

dasman 1 rok temu
rodzic
commit
33bf53c408
1 zmienionych plików z 0 dodań i 1 usunięć
  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);
     }