diff --git a/scripts/navhighlight.js b/scripts/navhighlight.js index ce61703..8ad8d24 100644 --- a/scripts/navhighlight.js +++ b/scripts/navhighlight.js @@ -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; } }