소스 검색

removed console output, success!

Casey DeLorme 10 년 전
부모
커밋
402f314c9f
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      public/js/main.js

+ 0 - 1
public/js/main.js

@@ -2,7 +2,6 @@
     // conditionally load hightlight.js /w sunburst css from cdn
     var codes = document.getElementsByTagName('code');
     if (codes.length > 0) {
-        console.log("We have code!");
         var css = document.createElement("link");
         css.setAttribute("rel", "stylesheet");
         css.setAttribute("type", "text/css");