Explorar el Código

removed console output, success!

Casey DeLorme hace 10 años
padre
commit
402f314c9f
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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");