Skip to content

Commit 6f621ad

Browse files
authored
Remove leftover debugging code (#1222)
1 parent 421b01e commit 6f621ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cassandra/cqltypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def lookup_casstype(casstype):
252252
try:
253253
return parse_casstype_args(casstype)
254254
except (ValueError, AssertionError, IndexError) as e:
255-
log.debug("Exception in parse_casstype_args: %s" % e)
256255
raise ValueError("Don't know how to parse type string %r: %s" % (casstype, e))
257256

258257

0 commit comments

Comments
 (0)