From d77e0fc0b607bd30b0efdaeeec872c682e8fc1eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 28 Jan 2021 20:05:07 +0100 Subject: [PATCH] Delete console.log --- webapp/components/Registration/RegistrationSlider.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webapp/components/Registration/RegistrationSlider.vue b/webapp/components/Registration/RegistrationSlider.vue index ba1f8d7b5..fdd80d421 100644 --- a/webapp/components/Registration/RegistrationSlider.vue +++ b/webapp/components/Registration/RegistrationSlider.vue @@ -88,8 +88,7 @@ export default { // }, buttonCallback() { if (this.sliderIndex === this.sliderData.sliders.length - 1) { - // Wolle submit this.sliderData.collectedComponentData - console.log('submit data: ', this.sliderData.collectedComponentData) + // console.log('submit data: ', this.sliderData.collectedComponentData) } else { if (this.sliderIndex < this.sliderData.sliders.length - 1) { this.sliderData.activeSliderName = this.sliderData.sliders[this.sliderIndex + 1]