diff client/src/components/importconfiguration/Import.vue @ 4454:69166db6ba8a

console.log removed
author Thomas Junk <thomas.junk@intevation.de>
date Mon, 23 Sep 2019 09:19:03 +0200
parents f107e82b64ae
children 008bc1ae8897
line wrap: on
line diff
--- a/client/src/components/importconfiguration/Import.vue	Fri Sep 20 17:41:11 2019 +0200
+++ b/client/src/components/importconfiguration/Import.vue	Mon Sep 23 09:19:03 2019 +0200
@@ -169,7 +169,6 @@
         });
     },
     deleteSchedule(schedule) {
-      console.log(schedule);
       this.$store.commit("application/popup", {
         icon: "trash",
         title: this.$gettext("Delete Import"),