We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68d596 commit 69eea11Copy full SHA for 69eea11
index-unifieddb.js
@@ -15,7 +15,6 @@ const rec = async (branch, root) => {
15
const isFile = (await stat(path.resolve(localPath, el))).isFile();
16
const fileExt = path.extname(el);
17
const baseName = path.basename(el, fileExt);
18
- console.log(localPath, el, baseName, fileExt, isFile);
19
if (isFile) {
20
if (['.yaml', '.json'].includes(fileExt)) {
21
node[baseName] = {$ref: path.join(...branch, el)};
0 commit comments