From: Ian Weller Date: Mon, 31 Jan 2011 21:32:59 +0000 (-0700) Subject: Remove a debugging line X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/e89bbd939f4d0a1267a414438769418965329cf0?ds=sidebyside Remove a debugging line --- diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index 6e5075b..73322bc 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -78,7 +78,6 @@ class CommandBase(object): def _api_setup(self): cookie_file = os.path.join(self.metadir.location, 'cookies') - print cookie_file self.api_url = self.metadir.config.get('remote', 'api_url') self.api = simplemediawiki.MediaWiki(self.api_url, cookie_file=cookie_file)