From f77fb85f3f44439eb8e4b5d46797e0723e416c48 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Thu, 12 Jul 2018 15:30:13 -0400 Subject: [PATCH] Fix linting --- src/containers/connection-modal.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/containers/connection-modal.jsx b/src/containers/connection-modal.jsx index 5cb3c242a..3b1a68b3a 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 -- GitLab