PluginDownloader: Remove debug output.

This commit is contained in:
Valentin Lorentz 2012-06-13 18:29:25 +02:00
parent 0a442dfd15
commit ceee427e1f

View File

@ -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):