Skip to content

Commit

Permalink
clean-up.
Browse files Browse the repository at this point in the history
  • Loading branch information
dehmer committed Jun 6, 2019
1 parent c15eb1e commit 022f186
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/map/poi-layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ const poiLayer = map => {
delete: () => remove({ uuid: poi.uuid }),
properties: () => ({ ...store.state()[poi.uuid] }),
paste: properties => {
console.log('properties', properties)
pendingSelect = uuid()
store.add(pendingSelect, properties)
}
Expand Down

0 comments on commit 022f186

Please sign in to comment.