Skip to content

Commit

Permalink
refactor: remove useless console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Mara-Li committed Jun 12, 2022
1 parent 9ce96a4 commit afdd7e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mkdocsPublisher/githubInteraction/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ async function checkIndexFiles(octokit: Octokit, settings: MkdocsPublicationSett
// @ts-ignore
const fileContent = Base64.decode(fileRequest.data.content);
const fileFrontmatter = parseYamlFrontmatter(fileContent);
console.log(fileFrontmatter)
// if not share => don't delete
// Key preventing deletion :
// - index: true
Expand Down

0 comments on commit afdd7e3

Please sign in to comment.