Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2022-08-06 11:07:31 +0300
committerdartcafe <github@dartcafe.de>2022-08-21 02:29:30 +0300
commit618c0ab785609537b2ddf9df0e7334d6393fc434 (patch)
treeb04fce2b649737034bc052ede4bac42830c0a817 /src
parentceff9809a8ccdf0a0c4cb5f231bbc66a6afd24e8 (diff)
remove logging
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/store/modules/poll.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/js/store/modules/poll.js b/src/js/store/modules/poll.js
index d85827af..4ba5cd0c 100644
--- a/src/js/store/modules/poll.js
+++ b/src/js/store/modules/poll.js
@@ -251,7 +251,6 @@ const actions = {
const endPoint = `apps/polls/poll/${context.rootState.route.params.id}/confirmation`
try {
const response = await axios.post(generateUrl(endPoint))
- console.log(response.data)
return response.data.confirmations
} catch (e) {
console.error('Error sending confirmation', { error: e.response }, { payload })