Skip to content

Commit c69bda5

Browse files
committed
Remove print debugging statement.
1 parent 297e1c3 commit c69bda5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

importlib_resources/tests/test_reader.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ def test_open_file(self):
6060
path.open()
6161

6262
def test_join_path(self):
63-
print('test_join_path')
6463
prefix = os.path.abspath(os.path.join(__file__, '..'))
6564
data01 = os.path.join(prefix, 'data01')
6665
path = MultiplexedPath(self.folder, data01)

0 commit comments

Comments
 (0)