diff --git a/src/index.tsx b/src/index.tsx index 50dc2301b..d3f75da83 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -150,7 +150,6 @@ export class App extends React.Component<{}, AppState> { if (event.key === KEYS.ESCAPE) { clearSelection(elements); this.forceUpdate(); - console.log('selection') this.setState({ elementType: 'selection' }); if (window.document.activeElement instanceof HTMLElement) { window.document.activeElement.blur()