Преглед изворни кода

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");