]> git.mxchange.org Git - friendica.git/commitdiff
Log messages removed
authorMichael <heluecht@pirati.ca>
Wed, 21 Oct 2020 12:13:57 +0000 (12:13 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 21 Oct 2020 12:13:57 +0000 (12:13 +0000)
view/js/main.js

index 89c4e91f664bbd6873686e70d3d1f4b98c888034..164716d21367827ea7811d981b9c786dd0d715e9 100644 (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);