From 1be2efe894345ee6965ed9179057db4f446e5f45 Mon Sep 17 00:00:00 2001 From: mystie Date: Sat, 28 Sep 2024 19:47:41 +0300 Subject: [PATCH] remove debug prints --- templates/index.html | 1 - templates/view_question.html | 1 - 2 files changed, 2 deletions(-) diff --git a/templates/index.html b/templates/index.html index 2ae515a..404fd1d 100644 --- a/templates/index.html +++ b/templates/index.html @@ -311,7 +311,6 @@ close: true }).showToast(); } - console.log(event.detail.requestConfig.elt); if (event.detail.requestConfig.elt.id == 'question-form') { document.getElementById('question-form').reset(); document.getElementById('charCount').textContent = "{{ cfg.charLimit }}"; diff --git a/templates/view_question.html b/templates/view_question.html index 163808d..f70e853 100644 --- a/templates/view_question.html +++ b/templates/view_question.html @@ -142,7 +142,6 @@ function shareOnFediverse(questionId, contentToShare) { close: true }).showToast(); } - console.log(event.detail.requestConfig.elt); if (event.detail.requestConfig.elt.id == 'question-form') { document.getElementById('question-form').reset(); document.getElementById('charCount').textContent = "{{ cfg.charLimit }}";