Skip to content

Commit f89aa7b

Browse files
committed
Remove print
1 parent 3961591 commit f89aa7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_passportdata.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ def test_expected_values(self, passport_data):
4040
def test_de_json(self, bot):
4141
json_dict = {'data': [data.to_dict() for data in self.data],
4242
'credentials': self.credentials.to_dict()}
43-
print("CREDENTIALS:")
44-
print(self.credentials.to_dict())
4543
passport_data = PassportData.de_json(json_dict, bot)
4644

4745
assert isinstance(passport_data.data, list)

0 commit comments

Comments
 (0)