Skip to content

Commit 402016f

Browse files
committed
Drop debug logging from times test
1 parent 8efd1d8 commit 402016f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_MySQLdb_times.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ def test_datetime_to_literal(self):
9393

9494
def test_datetimedelta_to_literal(self):
9595
d = datetime(2015, 12, 13, 1, 2, 3) - datetime(2015, 12, 13, 1, 2, 2)
96-
print(times.DateTimeDelta2literal(d, ''))
9796
assert times.DateTimeDelta2literal(d, '') == b"'0 0:0:1'"
9897

9998

0 commit comments

Comments
 (0)