comparison 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
comparison
equal deleted inserted replaced
4453:9b9f60e26b39 4454:69166db6ba8a
167 message: `${status}: ${data.message || data}` 167 message: `${status}: ${data.message || data}`
168 }); 168 });
169 }); 169 });
170 }, 170 },
171 deleteSchedule(schedule) { 171 deleteSchedule(schedule) {
172 console.log(schedule);
173 this.$store.commit("application/popup", { 172 this.$store.commit("application/popup", {
174 icon: "trash", 173 icon: "trash",
175 title: this.$gettext("Delete Import"), 174 title: this.$gettext("Delete Import"),
176 content: 175 content:
177 this.$gettext("Do you really want to delete the import with ID") + 176 this.$gettext("Do you really want to delete the import with ID") +