Remove console log

This commit is contained in:
Giovanni Giordano 2020-01-09 13:14:16 +01:00
parent 5e558d6847
commit 2ddcbf73ec

View file

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