From ceee427e1fbe9be892629a5e7b75f61ef68f7960 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 13 Jun 2012 18:29:25 +0200 Subject: [PATCH] PluginDownloader: Remove debug output. --- plugins/PluginDownloader/plugin.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/PluginDownloader/plugin.py b/plugins/PluginDownloader/plugin.py index 74ecfd527..1c79cd88a 100644 --- a/plugins/PluginDownloader/plugin.py +++ b/plugins/PluginDownloader/plugin.py @@ -79,7 +79,6 @@ class GithubRepository(GitRepository): args = dict([(x,y) for x,y in args.items() if y is not None]) url = '%s/%s/%s?%s' % (self._apiUrl, type_, uri_end, urllib.urlencode(args)) - print repr(url) return json.load(utils.web.getUrlFd(url)) def getPluginList(self):