Skip to content

Commit

Permalink
removed duplicate CONNECT ERROR message
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Beer committed Aug 18, 2017
1 parent 2da075d commit 113c3ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/crate/crash/command.py
Expand Up @@ -278,7 +278,6 @@ def _quit(self, *args):

def is_conn_avaliable(self):
if self.connection.lowest_server_version == StrictVersion("0.0.0"):
self.logger.critical(u'CONNECT ERROR')
return False
else:
return True
Expand Down

0 comments on commit 113c3ab

Please sign in to comment.