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)=>{
 const mergeFiles = (comps)=>{
-    console.log(comps);
-    console.log();
     let cssIndex = comps.html.indexOf("</head>");
     let cssIndex = comps.html.indexOf("</head>");
     cssIndex = cssIndex < 0 ? 0 : cssIndex;
     cssIndex = cssIndex < 0 ? 0 : cssIndex;
     comps.css = comps.css ? `<style>${comps.css}</style>` : "";
     comps.css = comps.css ? `<style>${comps.css}</style>` : "";