Remove console.log

This commit is contained in:
Jeroen Engels 2017-06-16 18:27:26 +02:00
parent 166699e294
commit 3e45d6ac22

View File

@ -14,7 +14,6 @@ function getFiles(filename) {
return [];
}
if (fs.lstatSync(filename).isDirectory()) {
console.log(candidate);
return flatMap(
glob.sync('/' + defaultGlob, {
root: filename,