Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
[test_jisho.py] Remove redundant print funcion.
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyi authored and shunyi committed Apr 1, 2016
1 parent a319975 commit 3f942ec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion zdict/tests/dictionaries/test_jisho.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def test__get_url(self):

def test_show(self):
content = json.dumps(self.content)
print(content)
r = Record(word='Japanese', content=content, source=self.dict.provider)

# god bless this method, hope that it do not raise any exception
Expand Down

0 comments on commit 3f942ec

Please sign in to comment.