removed console.log

This commit is contained in:
barisusakli
2014-12-01 16:09:01 -05:00
parent 04dbd5766d
commit 866adab648

View File

@@ -760,7 +760,6 @@ var fs = require('fs'),
next(null, paths); next(null, paths);
} }
], function(err, paths) { ], function(err, paths) {
console.log(paths);
for (var x=0,numPaths=paths.length;x<numPaths;x++) { for (var x=0,numPaths=paths.length;x<numPaths;x++) {
delete require.cache[paths[x]]; delete require.cache[paths[x]];
} }