Skip to content

Commit dbcc81a

Browse files
committed
Merge branch 'script-to-move-toc-links-into-frontmatter' of github.com:github/docs-internal into refactor-site-tree
2 parents c6527d5 + 3fc88b5 commit dbcc81a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

script/content-migrations/update-tocs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const indexFiles = fullDirectoryPaths.map(fullDirectoryPath => walk(fullDirector
3535
indexFiles
3636
.forEach(indexFile => {
3737
const relativePath = indexFile.replace(/^.+content\//, '')
38-
console.log(relativePath)
3938
const documentType = getDocumentType(relativePath)
4039

4140
const { data, content } = frontmatter(fs.readFileSync(indexFile, 'utf8'))

0 commit comments

Comments
 (0)