comparison client/src/components/map/contextbox/Staging.vue @ 1314:97d9e689520b

removed debug code
author Markus Kottlaender <markus@intevation.de>
date Fri, 23 Nov 2018 15:19:24 +0100
parents d5eda9f79610
children eda98694e678 3fee649d3d5d
comparison
equal deleted inserted replaced
1313:e4e35fb2d995 1314:97d9e689520b
173 .join("\n"); 173 .join("\n");
174 displayInfo({ 174 displayInfo({
175 title: "Staging Area", 175 title: "Staging Area",
176 message: message 176 message: message
177 }); 177 });
178 if (false) {
179 //CODE
180 }
181 }, 178 },
182 needsApproval(item) { 179 needsApproval(item) {
183 return item.status === this.$options.STATES.NEEDSAPPROVAL; 180 return item.status === this.$options.STATES.NEEDSAPPROVAL;
184 }, 181 },
185 isRejected(item) { 182 isRejected(item) {