changeset 1314:97d9e689520b

removed debug code
author Markus Kottlaender <markus@intevation.de>
date Fri, 23 Nov 2018 15:19:24 +0100
parents e4e35fb2d995
children 24e4c60c2606
files client/src/components/map/contextbox/Staging.vue
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/map/contextbox/Staging.vue	Fri Nov 23 15:18:14 2018 +0100
+++ b/client/src/components/map/contextbox/Staging.vue	Fri Nov 23 15:19:24 2018 +0100
@@ -175,9 +175,6 @@
         title: "Staging Area",
         message: message
       });
-      if (false) {
-        //CODE
-      }
     },
     needsApproval(item) {
       return item.status === this.$options.STATES.NEEDSAPPROVAL;