Skip to content

Commit

Permalink
Removed - unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Cole committed Mar 11, 2015
1 parent 4677c0e commit ab51314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plonesocial/microblog/statuscontainer.py
Expand Up @@ -92,7 +92,7 @@ def __init__(self, context=None):
# index by mentions (string UUID) -> (object TreeSet(long statusid))
self._mentions_mapping = OOBTree.OOBTree()

def add(self, status, context=None):
def add(self, status):
self._check_permission("add")
self._check_status(status)
self._store(status)
Expand Down

0 comments on commit ab51314

Please sign in to comment.