Skip to content

Commit

Permalink
removed print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Apr 15, 2020
1 parent 4c69fa8 commit 190c2a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion owncloud/test/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -1417,7 +1417,6 @@ def test_download_file(self, file_name, content, subdir):

@data_provider(files_content)
def test_mkdir(self, file_name, content, subdir):
print(f'-------------- file_name: {file_name}, content: {content}, subdir: {subdir}')
"""Test subdirectory creation"""
self.anon_client = owncloud.Client(Config['owncloud_url'])
self.anon_client.anon_login(self.public_upload_token)
Expand Down

0 comments on commit 190c2a1

Please sign in to comment.