diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 18:11:12 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-12-16 18:11:12 +0100 |
| commit | 6431d06048791763f3644b3a0457cc9c4f1df6d3 (patch) | |
| tree | 0162ef07f7bd78695e185849bbf253cd431ff65b /client/map/index.js | |
| parent | 17dea19bfff556d990f664a608881a135f33071a (diff) | |
csvs and citations
Diffstat (limited to 'client/map/index.js')
| -rw-r--r-- | client/map/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/map/index.js b/client/map/index.js index 15153a90..788894f9 100644 --- a/client/map/index.js +++ b/client/map/index.js @@ -2,7 +2,7 @@ import L from 'leaflet' import './leaflet.bezier' function getCitations(dataset) { - console.log(dataset.citations) + // console.log(dataset.citations) return dataset.citations.map(c => ({ title: c[0], location: c[2], |
