Falko Schindler 2 년 전
부모
커밋
8955a39ca4
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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);
       }
     },