summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-03 15:18:04 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-03 15:18:04 +0200
commit24e4f4af71f1e146f33688822ac3e4242339faa4 (patch)
treeb3a3619341ad2604ad451c4d5bd323b1e3c33755 /client
parent0224090a9dcc79de897871cfa573f99cf8f005a5 (diff)
data
Diffstat (limited to 'client')
-rw-r--r--client/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/index.js b/client/index.js
index 10ed8563..c003a8b3 100644
--- a/client/index.js
+++ b/client/index.js
@@ -24,7 +24,6 @@ function appendModalImage() {
const el = document.createElement('div')
document.body.appendChild(el)
ReactDOM.render(<ModalImage />, el)
- console.log(el)
}
function fetchDataset(payload) {