Skip to content
Snippets Groups Projects
Commit 41988cf4 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

contact list: remove noisy log

Change-Id: I606c8d0dbdd15d1110f1a0699ddbcba377ab1cf2
parent 65624e1e
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ ContactList::updateContact(const dht::InfoHash& id, const Contact& contact, bool
c = contacts_.emplace(id, contact).first;
stateChanged = c->second.isActive() or c->second.isBanned();
} else {
JAMI_DBG("[Contacts] updated contact: %s", id.toString().c_str());
// JAMI_DBG("[Contacts] updated contact: %s", id.toString().c_str());
stateChanged = c->second.update(contact);
}
if (stateChanged) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment