take out log

This commit is contained in:
Byron Wong
2013-05-10 15:22:15 -04:00
committed by Luke Page
parent bf88f660f2
commit cd45ac90a3

View File

@@ -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(/#.*$/, '');