Log messages removed
This commit is contained in:
parent
1fc36c4470
commit
d6662d65dd
|
@ -621,10 +621,8 @@ function liveUpdate(src) {
|
||||||
update_item = 0;
|
update_item = 0;
|
||||||
|
|
||||||
if (data.length < 100) {
|
if (data.length < 100) {
|
||||||
// console.log('No data ' + data.length + ':' + data);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// console.log('Got data: ' + data.length + ':' + data);
|
|
||||||
|
|
||||||
$('.wall-item-body', data).imagesLoaded(function() {
|
$('.wall-item-body', data).imagesLoaded(function() {
|
||||||
updateConvItems(data);
|
updateConvItems(data);
|
||||||
|
|
Loading…
Reference in a new issue