remove console log statement

This commit is contained in:
albert
2011-09-06 11:09:55 -04:00
parent 61afb87ade
commit 4de74a5f6b

View File

@@ -11,7 +11,6 @@
if($('.paginator li span').parent().prev().length != 0)
{
window.location = $('.paginator li span').parent().prev().find('a').attr('href');
console.log('logged')
}
}
})();