Skip to content

Commit b597ec4

Browse files
author
Noam Elboim
committed
removing log
1 parent 37d1989 commit b597ec4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/uizoo-app/lib/reactConfigMaker/createConfigsScript.js

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ function processFiles(filesData = [], filePaths = [], options = {}) {
5252
filePath = filePaths[i];
5353
if (!comment) { // as fallback take the first JSDoc
5454
comment = getDefaultComment(fileData);
55-
console.log(comment);
5655
}
5756

5857
let parsedComment = parseCommentToObject(comment);

0 commit comments

Comments
 (0)