Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yannbf committed Nov 9, 2021
1 parent 452f95f commit 1745736
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/utils/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ const overWriteRulesList = (rulesList: any, readme: string) => {
throw new Error(`cannot find start or end rules-list`)
}

console.log(rulesList)
return [
readme.substring(0, listStartIndex - 1),
listBeginMarker,
Expand Down

0 comments on commit 1745736

Please sign in to comment.