chore(doc-gen): remove unwanted console.log
This commit is contained in:
parent
3759d6e6db
commit
af105bb354
|
@ -72,7 +72,6 @@ module.exports = function addJadeDataDocsProcessor() {
|
|||
.value();
|
||||
|
||||
doc.childPages = modulePageInfo;
|
||||
console.log(doc.childPages);
|
||||
|
||||
// ADD TO APP DATA DOC
|
||||
appDataDoc.data[doc.id] = modulePageInfo;
|
||||
|
|
Loading…
Reference in New Issue