1
0
Falko Schindler 2 жил өмнө
parent
commit
8955a39ca4

+ 0 - 1
nicegui/elements/markdown.js

@@ -17,7 +17,6 @@ export default {
         const style = document.createElement("style");
         style.setAttribute("data-codehilite-css", "");
         style.innerHTML = this.codehilite_css;
-        console.log(style);
         document.head.appendChild(style);
       }
     },