diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-03 15:18:04 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-03 15:18:04 +0200 |
| commit | 24e4f4af71f1e146f33688822ac3e4242339faa4 (patch) | |
| tree | b3a3619341ad2604ad451c4d5bd323b1e3c33755 /client | |
| parent | 0224090a9dcc79de897871cfa573f99cf8f005a5 (diff) | |
data
Diffstat (limited to 'client')
| -rw-r--r-- | client/index.js | 1 |
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) { |
