소스 검색

remove console log

Timothy Lin 4 년 전
부모
커밋
1252257fa3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      src/generator.js

+ 0 - 2
src/generator.js

@@ -211,10 +211,8 @@ const rehypePrismGenerator = (refractor) => {
         refractorRoot = node.children
       }
 
-      console.dir(refractorRoot, { depth: null })
       // @ts-ignore
       refractorRoot = getNodePosition(refractorRoot)
-      console.dir(refractorRoot, { depth: null })
       refractorRoot.children = splitTextByLine(refractorRoot.children)
 
       const shouldHighlightLine = calculateLinesToHighlight(meta)