Skip to content

Commit 838ced0

Browse files
committed
Remove logging
1 parent 1c269db commit 838ced0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/services/PagesParser.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,6 @@ export class PagesParser {
256256
draft: article?.data.draft
257257
};
258258

259-
Logger.verbose(`PagesParser:processPageContent::FrontMatter: ${JSON.stringify(article.data)}`);
260-
Logger.verbose(`PagesParser:processPageContent::Page: ${JSON.stringify(page)}`);
261-
262259
let previewFieldParents = ContentType.findPreviewField(contentType.fields);
263260
if (previewFieldParents.length === 0) {
264261
const previewField = contentType.fields.find(

0 commit comments

Comments
 (0)