From 3a1fc864b61be83df3acc71ac42b8cbe6f184bc0 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Sun, 14 Jun 2015 12:44:36 -0700 Subject: [PATCH] Remove stray print in client.py --- mwclient/client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mwclient/client.py b/mwclient/client.py index 424905ef..3d374496 100644 --- a/mwclient/client.py +++ b/mwclient/client.py @@ -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,