# HG changeset patch # User Markus Kottlaender # Date 1542982764 -3600 # Node ID 97d9e689520b2302cb991cc5c82addbef1ffc8b9 # Parent e4e35fb2d9953f972193e6a351e3cac58426b913 removed debug code diff -r e4e35fb2d995 -r 97d9e689520b client/src/components/map/contextbox/Staging.vue --- 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;