Skip to content

Commit

Permalink
Remove minor debug field
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed May 8, 2024
1 parent b939040 commit 844954d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/essence/Basics/Layers_/LayerCapturer.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,7 @@ export const captureVector = (layerObj, options, cb, dynamicCb) => {
L_.clearVectorLayer(layerObj.name)
}
})
cb(
{ type: 'FeatureCollection', check: true, features: [] },
true
)
cb({ type: 'FeatureCollection', features: [] }, true)
break
case 'api':
break
Expand Down

0 comments on commit 844954d

Please sign in to comment.