diff client/src/store/importschedule.js @ 5467:df1b2c5ae541

Removed another stray debugger statement.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 19 Jul 2021 16:17:08 +0200
parents 064ac1014713
children
line wrap: on
line diff
--- a/client/src/store/importschedule.js	Mon Jul 19 12:00:07 2021 +0200
+++ b/client/src/store/importschedule.js	Mon Jul 19 16:17:08 2021 +0200
@@ -174,7 +174,6 @@
       const { cron, url } = config;
       if (FAIRWAYMARKKINDS[kind]) {
         Vue.set(state.currentSchedule, "importType", "fairwaymarks");
-        debugger;
         Vue.set(state.currentSchedule, "selectedMark", FAIRWAYMARKKINDS[kind]);
       } else {
         Vue.set(state.currentSchedule, "importType", KINDIMPORTTYPE[kind]);