Merge pull request #2924 from cismous/master

remove code
v1.18.x
Barış Soner Uşaklı 10 years ago
commit c81424714d

@ -9,7 +9,7 @@
},
{
"name": "General Discussion",
"description": "A place to talk about whateeeever you want",
"description": "A place to talk about whatever you want",
"bgColor": "#59b3d0",
"color": "#fff",
"icon" : "fa-comments-o",

@ -245,15 +245,6 @@ var fs = require('fs'),
});
};
function getLatestVersion(versions) {
for(var version in versions) {
if (versions.hasOwnProperty(version) && versions[version] === 'latest') {
return version;
}
}
return '';
}
Plugins.showInstalled = function(callback) {
var npmPluginPath = path.join(__dirname, '../node_modules');
@ -339,7 +330,7 @@ var fs = require('fs'),
winston.verbose('[plugins] Plugin libraries removed from Node.js cache');
next();
},
}
], next);
};

Loading…
Cancel
Save