Skip to content

Commit f8a50b8

Browse files
Drop residual print
1 parent b796520 commit f8a50b8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/objects/account_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ def test_post_account_settings(self):
133133
Tests that account settings can be updated successfully
134134
"""
135135
settings = self.client.account.settings()
136-
print(settings._raw_json)
137136

138137
settings.network_helper = True
139138
settings.backups_enabled = False

0 commit comments

Comments
 (0)