diff options
Diffstat (limited to 'client/index.js')
| -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) { |
