mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
remove debugging
This commit is contained in:
@@ -7,7 +7,6 @@ var repo = 'jq';
|
||||
module.exports = function (request) {
|
||||
return github(request, owner, repo).then(function (all) {
|
||||
all.releases.forEach(function (rel) {
|
||||
console.log(rel.version);
|
||||
rel.version = String(rel.version).replace(/^jq\-/, '');
|
||||
});
|
||||
return all;
|
||||
|
||||
Reference in New Issue
Block a user