Skip to content

Commit 3fc88b5

Browse files
authored
Update script/content-migrations/update-tocs.js
1 parent bec9cfd commit 3fc88b5

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)