diff --git a/lib/less/browser.js b/lib/less/browser.js index e69ed45e..9391a9dd 100644 --- a/lib/less/browser.js +++ b/lib/less/browser.js @@ -145,7 +145,6 @@ function loadStyles(newVars) { } for (i = 0; i < styles.length; i++) { if (styles[i].type.match(typePattern)) { - console.log(i); var env = new less.tree.parseEnv(less), lessText = styles[i].innerHTML || ''; env.filename = document.location.href.replace(/#.*$/, '');