Skip to content

Commit 6fba249

Browse files
committed
Removal of debugging print statement.
1 parent e742fe4 commit 6fba249

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/test_config.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,6 @@ def test_deprecate_option(self):
251251
KeyError,
252252
message="Nonexistent option didn't raise KeyError"):
253253
self.cf.get_option('foo')
254-
for wa in w:
255-
print(wa, wa.source, wa.line, wa.lineno)
256254
assert len(w) == 1 # should have raised one warning
257255
assert 'deprecated' in str(w[-1]) # we get the default message
258256

0 commit comments

Comments
 (0)