mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
removed console.log
This commit is contained in:
@@ -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]];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user