removed console log

This commit is contained in:
John Bender 2011-03-12 00:27:24 -08:00
parent 94ade0f86e
commit ccea5be445

View file

@ -207,7 +207,6 @@
$(linkSelector).click();
setTimeout(function(){
console.log(location.hash);
ok(hashRegex.test(location.hash));
start();
}, 600);