Răsfoiți Sursa

removed console output, success!

Casey DeLorme 10 ani în urmă
părinte
comite
402f314c9f
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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");