aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-08-13 22:27:53 +0200
committerMario Vavti <mario@mariovavti.com>2016-08-13 22:27:53 +0200
commit6f0ac133cc18e7c6778b2100de5d3d9334fd4444 (patch)
tree411ccfe162ce618aa2d17a13a6c10a91d609e5ec /view
parent1b90e851f9e53924923d7110591caf50085236c2 (diff)
downloadvolse-hubzilla-6f0ac133cc18e7c6778b2100de5d3d9334fd4444.tar.gz
volse-hubzilla-6f0ac133cc18e7c6778b2100de5d3d9334fd4444.tar.bz2
volse-hubzilla-6f0ac133cc18e7c6778b2100de5d3d9334fd4444.zip
remove js debugging
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index 6fa4bf78a..21157bdfe 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -635,7 +635,6 @@ function updateConvItems(mode,data) {
$(".comment-edit-form textarea").editor_autocomplete(baseurl+"/acl?f=&n=1");
/* autocomplete bbcode */
$(".comment-edit-form textarea").bbco_autocomplete('bbcode');
- console.log('bla');
var bimgs = ((preloadImages) ? false : $(".wall-item-body img").not(function() { return this.complete; }));
var bimgcount = bimgs.length;