mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
removed console.log
This commit is contained in:
@@ -760,7 +760,6 @@ var fs = require('fs'),
|
||||
next(null, paths);
|
||||
}
|
||||
], function(err, paths) {
|
||||
console.log(paths);
|
||||
for (var x=0,numPaths=paths.length;x<numPaths;x++) {
|
||||
delete require.cache[paths[x]];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user