Skip to content

Commit 69eea11

Browse files
committed
clean the stdout
1 parent f68d596 commit 69eea11

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index-unifieddb.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ const rec = async (branch, root) => {
1515
const isFile = (await stat(path.resolve(localPath, el))).isFile();
1616
const fileExt = path.extname(el);
1717
const baseName = path.basename(el, fileExt);
18-
console.log(localPath, el, baseName, fileExt, isFile);
1918
if (isFile) {
2019
if (['.yaml', '.json'].includes(fileExt)) {
2120
node[baseName] = {$ref: path.join(...branch, el)};

0 commit comments

Comments
 (0)