mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
darkirc: remove duplicated log msg
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user