From e89bbd939f4d0a1267a414438769418965329cf0 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 31 Jan 2011 14:32:59 -0700 Subject: [PATCH] Remove a debugging line --- src/mw/clicommands.py | 1 - 1 file changed, 1 deletion(-) 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) -- 2.30.2