Skip to content

Commit 095f542

Browse files
committed
remove test code
1 parent 2c85594 commit 095f542

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/integration/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ def _get_dse_version_from_cass(cass_version):
166166
cv_string = os.getenv('CASSANDRA_VERSION', None)
167167
mcv_string = os.getenv('MAPPED_CASSANDRA_VERSION', None)
168168
try:
169-
print(cv_string)
170-
sasa
171169
cassandra_version = Version(cv_string) # env var is set to test-dse for DDAC
172170
except:
173171
# fallback to MAPPED_CASSANDRA_VERSION

0 commit comments

Comments
 (0)