Skip to content

Commit 9baf0f2

Browse files
authored
Merge pull request #43034 from github/rachmari-patch-3
Remove debug logging
2 parents 21da68c + 8c80afc commit 9baf0f2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/content-linter/scripts/markdownlint.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ async function main() {
7272

7373
// Initializes the config to pass to markdownlint based on the input options
7474
const { config, configuredRules } = getMarkdownLintConfig(errorsOnly, rules, customRules)
75-
console.log(JSON.stringify(config, null, 2))
76-
console.log(JSON.stringify(configuredRules, null, 2))
7775

7876
// Run Markdownlint for content directory
7977
const resultContent = await markdownlint.promises.markdownlint({

0 commit comments

Comments
 (0)