mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-11 12:42:34 +01:00
PluginDownloader: Remove debug output.
This commit is contained in:
parent
0a442dfd15
commit
ceee427e1f
@ -79,7 +79,6 @@ class GithubRepository(GitRepository):
|
|||||||
args = dict([(x,y) for x,y in args.items() if y is not None])
|
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,
|
url = '%s/%s/%s?%s' % (self._apiUrl, type_, uri_end,
|
||||||
urllib.urlencode(args))
|
urllib.urlencode(args))
|
||||||
print repr(url)
|
|
||||||
return json.load(utils.web.getUrlFd(url))
|
return json.load(utils.web.getUrlFd(url))
|
||||||
|
|
||||||
def getPluginList(self):
|
def getPluginList(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user