Mercurial > libervia-backend
diff src/tools/memory.py @ 398:cb0285372818
File transfer:
- proxy managed in XEP-0065 (Socks5 bytestream)
- bug: fixed a bad id used during stream negociation
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 05 Oct 2011 16:49:57 +0200 |
parents | cecd22241d56 |
children | 3ed53803b3b3 |
line wrap: on
line diff
--- a/src/tools/memory.py Wed Oct 05 16:48:25 2011 +0200 +++ b/src/tools/memory.py Wed Oct 05 16:49:57 2011 +0200 @@ -667,7 +667,6 @@ """Return list of contacts for given profile @param profile_key: profile key @return list of [contact, attr, groups]""" - debug ("Memory getContact OK (%s)", self.contacts) profile = self.getProfileName(profile_key) if not profile: error(_('Asking contacts for a non-existant profile'))