Fixes uncommented console.log

This commit is contained in:
Peter Dietrich
2012-07-19 14:30:52 +02:00
parent 15610a4082
commit d425cde227

View File

@@ -19,7 +19,7 @@
if (eBottom <= viewBottom) {
$('a[href="#'+e.id+'"]').addClass("active");
} else {
console.log("Start skipping test with "+e.id);
//console.log("Start skipping test with "+e.id);
return false;
}
}