Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
lucemans committed Sep 23, 2024
1 parent 35b1180 commit 273a7c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/src/specs/validateContent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export const validateHeadings = (
for (const requiredHeading of requiredHeadings) {
const match = requiredHeading.title.test(value);

console.log('->', match, requiredHeading.title.source);

if (match) {
// Found heading, nice
console.log(`Found heading \`${value}\``);
Expand Down

0 comments on commit 273a7c7

Please sign in to comment.