diff --git a/bin/cqlsh.py b/bin/cqlsh.py index d12c504627..a92412cbc5 100755 --- a/bin/cqlsh.py +++ b/bin/cqlsh.py @@ -461,8 +461,6 @@ class Shell(cmd.Cmd): kwargs = {} if protocol_version is not None: kwargs['protocol_version'] = protocol_version - else: - kwargs['protocol_version'] = 5 self.conn = Cluster(contact_points=(self.hostname,), port=self.port, cql_version=cqlver, auth_provider=self.auth_provider, ssl_options=sslhandling.ssl_settings(hostname, CONFIG_FILE) if ssl else None,