Skip to content

Commit 99a95ed

Browse files
committed
Removing some debugging
1 parent 9195f76 commit 99a95ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cassandra/util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1703,7 +1703,6 @@ def __init__(self, version):
17031703
match = VERSION_REGEX.match(version)
17041704
if not match:
17051705
raise ValueError("Version string did not match expected format")
1706-
print(match.groups())
17071706

17081707
self.major = int(match[1])
17091708
self.minor = int(match[2])

0 commit comments

Comments
 (0)