Falko Schindler %!s(int64=2) %!d(string=hai) anos
pai
achega
8955a39ca4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      nicegui/elements/markdown.js

+ 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);
       }
     },