changeset 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 f4ead9ec5f60
children 1cf9b043dca1 1a89084163d5
files client/src/store/importschedule.js
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
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]);