Skip to content

Commit

Permalink
Remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Dec 30, 2024
1 parent 1c269db commit 838ced0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/services/PagesParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ export class PagesParser {
draft: article?.data.draft
};

Logger.verbose(`PagesParser:processPageContent::FrontMatter: ${JSON.stringify(article.data)}`);
Logger.verbose(`PagesParser:processPageContent::Page: ${JSON.stringify(page)}`);

let previewFieldParents = ContentType.findPreviewField(contentType.fields);
if (previewFieldParents.length === 0) {
const previewField = contentType.fields.find(
Expand Down

0 comments on commit 838ced0

Please sign in to comment.