Log messages removed

This commit is contained in:
Michael 2020-10-21 12:13:57 +00:00
parent 1fc36c4470
commit d6662d65dd
1 changed files with 0 additions and 2 deletions

View File

@ -621,10 +621,8 @@ function liveUpdate(src) {
update_item = 0;
if (data.length < 100) {
// console.log('No data ' + data.length + ':' + data);
return;
}
// console.log('Got data: ' + data.length + ':' + data);
$('.wall-item-body', data).imagesLoaded(function() {
updateConvItems(data);