mirror of
https://github.com/less/less.js.git
synced 2026-01-22 21:58:14 -05:00
take out log
This commit is contained in:
@@ -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(/#.*$/, '');
|
||||
|
||||
Reference in New Issue
Block a user