changeset 5137:7bbb1e015b44

remove console.log statements
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 30 Mar 2020 11:07:16 +0200
parents 03f28c5d2a88
children c9bca9a9666c
files client/src/components/importoverview/ImportOverview.vue
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/importoverview/ImportOverview.vue	Mon Mar 30 10:52:13 2020 +0200
+++ b/client/src/components/importoverview/ImportOverview.vue	Mon Mar 30 11:07:16 2020 +0200
@@ -482,7 +482,6 @@
               id: r.id,
               state: r.status
             }));
-            console.log("dispatching confirm");
             this.loading = true;
             this.$store
               .dispatch("imports/confirmReview", data)
@@ -526,7 +525,6 @@
                 });
               })
               .finally(() => {
-                console.log("end dispatching confirm");
                 this.loading = false;
               });
           }