diff --git a/index.js b/index.js index d7bd14e..2e473e0 100644 --- a/index.js +++ b/index.js @@ -28,7 +28,6 @@ window.actions = actionWrapper(actions, store.dispatch); import JSONToSketchData from './src/shape/JSONToSketchData.js'; window.addEventListener('drop', async (event) => { - console.log(event); event.preventDefault(); for (const file of event.dataTransfer.files) {