Skip to content

Commit 24fdaa7

Browse files
committed
Removed console logs.
1 parent 9937093 commit 24fdaa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/widgets/LivelihoodZonesMap.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
)
1919

2020
small(v-if="disabled") Please wait while loading...
21-
br
21+
small(v-else)  
2222
br
2323

2424
div(v-if="legends.length > 0")
@@ -305,7 +305,7 @@ export default {
305305
that.disabled = false
306306
307307
console.log(`--loaded vector length: ${features.length} from layer ${e.sourceId}`)
308-
console.log(Array.from(features, (x) => x.properties))
308+
// console.log(Array.from(features, (x) => x.properties))
309309
310310
if (provinceName) {
311311
colorCodes = Array.from(features.filter(x => x.properties['ADM2_EN'] === provinceName),

0 commit comments

Comments
 (0)