remove logging

This commit is contained in:
Mario Vavti 2016-09-27 14:00:49 +02:00
parent fc18bea4bd
commit c28ba24525

View File

@ -653,7 +653,6 @@ function updateConvItems(mode,data) {
// auto-scroll to a particular comment in a thread (designated by mid) when in single-thread mode
if($('.item_' + bParam_mid.substring(0,32)).length && mode == 'replace') {
console.log($('.item_' + bParam_mid.substring(0,32)));
$('html, body').animate({ scrollTop: $('.item_' + bParam_mid.substring(0,32)).offset().top }, 'slow');
if($('.collapsed-comments').length) {
var scrolltoid = $('.collapsed-comments').attr('id').substring(19);