diff --git a/src/containers/connection-modal.jsx b/src/containers/connection-modal.jsx index 5cb3c242a34126a71dbc1be72e34b7f712fd2d55..3b1a68b3adc72942123b1275b18484fa12623067 100644 --- a/src/containers/connection-modal.jsx +++ b/src/containers/connection-modal.jsx @@ -59,7 +59,6 @@ class ConnectionModal extends React.Component { this.props.onStatusButtonUpdate(); // Assume errors that come in during scanning phase are the result of not // having scratch-link installed. - console.log('error', this.state.phase); if (this.state.phase === PHASES.scanning || this.state.phase === PHASES.unavailable) { this.setState({ phase: PHASES.unavailable