Commit 28c92282 authored by Dan Pascu's avatar Dan Pascu

Removed unnecessary comment

parent c45575a3
...@@ -244,7 +244,6 @@ class ContactModel(QAbstractListModel): ...@@ -244,7 +244,6 @@ class ContactModel(QAbstractListModel):
self.items.pop(row) self.items.pop(row)
self.endRemoveRows() self.endRemoveRows()
# temporary function for testing
def addGroup(self, group): def addGroup(self, group):
if group in self.items: if group in self.items:
return return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment