Skip to content

Commit 64da711

Browse files
committed
remove print statement
1 parent 82c89b6 commit 64da711

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

test/asynchronous/test_max_staleness.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ async def test_last_write_date(self):
141141
assert first is not None
142142

143143
assert second is not None
144-
print(second, first)
145144
self.assertGreater(second, first)
146145
self.assertLess(second, first + 10)
147146

test/test_max_staleness.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ def test_last_write_date(self):
141141
assert first is not None
142142

143143
assert second is not None
144-
print(second, first)
145144
self.assertGreater(second, first)
146145
self.assertLess(second, first + 10)
147146

0 commit comments

Comments
 (0)