瀏覽代碼

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>` : "";