remove debugger call

This commit is contained in:
Robert Crim 2013-01-09 15:56:08 +00:00
parent cd6aff3b9f
commit abf0615f10
1 changed files with 0 additions and 1 deletions

View File

@ -711,7 +711,6 @@ module CassandraCQL
end
def send_set_cql_version(version)
debugger
send_message('set_cql_version', Set_cql_version_args, :version => version)
end