소스 검색

Remove logs.

Lee Morgan 5 일 전
부모
커밋
3b70f1d1fb
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      parseComponent.js

+ 0 - 2
parseComponent.js

@@ -110,8 +110,6 @@ const createBundle = async (data)=>{
 }
 
 const mergeFiles = (comps)=>{
-    console.log(comps);
-    console.log();
     let cssIndex = comps.html.indexOf("</head>");
     cssIndex = cssIndex < 0 ? 0 : cssIndex;
     comps.css = comps.css ? `<style>${comps.css}</style>` : "";