Skip to content

Commit

Permalink
Remove stray print in client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lfaraone committed Jun 14, 2015
1 parent a90e49c commit 3a1fc86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mwclient/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,6 @@ def allusers(self, start=None, prefix=None, group=None, prop=None, limit=None,
rights=rights,
witheditsonly=witheditsonly,
activeusers=activeusers))
print kwargs
return listing.List(self, 'allusers', 'au', limit=limit, **kwargs)

def blocks(self, start=None, end=None, dir='older', ids=None, users=None, limit=None,
Expand Down

0 comments on commit 3a1fc86

Please sign in to comment.