Remove a debugging line
authorIan Weller <ian@ianweller.org>
Mon, 31 Jan 2011 21:32:59 +0000 (14:32 -0700)
committerIan Weller <ian@ianweller.org>
Mon, 31 Jan 2011 21:32:59 +0000 (14:32 -0700)
src/mw/clicommands.py

index 6e5075b528cea34240e41deba86c14251bf96488..73322bc857a23ee8d2bab3bba70d4a2029922a53 100644 (file)
@@ -78,7 +78,6 @@ class CommandBase(object):
 
     def _api_setup(self):
         cookie_file = os.path.join(self.metadir.location, 'cookies')
 
     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)
         self.api_url = self.metadir.config.get('remote', 'api_url')
         self.api = simplemediawiki.MediaWiki(self.api_url,
                                              cookie_file=cookie_file)

Benjamin Mako Hill || Want to submit a patch?