remove log

This commit is contained in:
casperlamboo 2017-11-17 23:36:27 +01:00
parent 88966c6447
commit da7cdfe350
1 changed files with 0 additions and 1 deletions

View File

@ -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) {