From 69d83607a14ec0dbe6483607dd4552f833ad4a61 Mon Sep 17 00:00:00 2001 From: julian laplace Date: Wed, 2 Nov 2022 16:00:30 +0100 Subject: fixing comment form add button --- public/assets/js/lib/views/details/commentform.js | 1 - 1 file changed, 1 deletion(-) (limited to 'public/assets/js/lib/views/details/commentform.js') diff --git a/public/assets/js/lib/views/details/commentform.js b/public/assets/js/lib/views/details/commentform.js index abda1e4..dc2ac75 100644 --- a/public/assets/js/lib/views/details/commentform.js +++ b/public/assets/js/lib/views/details/commentform.js @@ -13,7 +13,6 @@ var CommentForm = FormView.extend({ this.__super__.initialize.call(this, opt); this.template = this.$(".template").html(); this.$comment = this.$("[name=comment]"); - console.log("initialize"); }, show: function () { -- cgit v1.2.3-70-g09d2