darkirc: remove duplicated log msg

This commit is contained in:
dasman
2024-08-21 06:39:13 +03:00
parent 2285e82989
commit 33bf53c408

View File

@@ -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);
}