diff options
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], |
