summaryrefslogtreecommitdiff
path: root/src/roster.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/roster.py')
-rw-r--r--src/roster.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/roster.py b/src/roster.py
index c03e1e1c..65f62c43 100644
--- a/src/roster.py
+++ b/src/roster.py
@@ -183,10 +183,9 @@ class RosterGroup(object):
def remove_contact(self, contact):
"""
- Remove a Contact object to the list
+ Remove a Contact object from the list
"""
assert isinstance(contact, Contact)
- assert contact in self._contacts
self._contacts.remove(contact)
def add_contact(self, contact):