From 6f0ac133cc18e7c6778b2100de5d3d9334fd4444 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Sat, 13 Aug 2016 22:27:53 +0200 Subject: remove js debugging --- view/js/main.js | 1 - 1 file changed, 1 deletion(-) (limited to 'view/js/main.js') 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; -- cgit v1.2.3