Not needed anymore.

This commit is contained in:
André Cruz
2012-10-22 08:23:15 +01:00
parent 8fe0abfc4b
commit 00a4923d5f

View File

@@ -86,11 +86,6 @@ Manager.prototype.resolveEndpoints = function () {
};
Manager.prototype.loadJSON = function () {
if (this.json) {
this.emit('loadJSON');
return this;
}
var json = path.join(this.cwd, config.json);
fs.exists(json, function (exists) {
if (!exists) return this.emit('error', new Error('Could not find local ' + config.json));