From 2ddcbf73ec056ef4d3413fb2063f2cfc87173d39 Mon Sep 17 00:00:00 2001 From: Giovanni Giordano Date: Thu, 9 Jan 2020 13:14:16 +0100 Subject: [PATCH] Remove console log --- src/index.tsx | 1 - 1 file changed, 1 deletion(-) 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()