possible fix to travis

This commit is contained in:
barisusakli
2014-09-29 18:32:09 -04:00
parent 653865a214
commit 18cfdd9dde
2 changed files with 1 additions and 16 deletions

View File

@@ -82,11 +82,6 @@ var fs = require('fs'),
Plugins.lessFiles.length = 0;
Plugins.clientScripts.length = 0;
if (!middleware) {
var e = new Error('middleware undefined');
console.log(e.stack);
}
// Read the list of activated plugins and require their libraries
async.waterfall([
function(next) {