mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-23 19:22:45 +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])
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user