Falko Schindler 2 years ago
parent
commit
8955a39ca4
1 changed files with 0 additions and 1 deletions
  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);
       }
     },