Skip to content

Commit

Permalink
Remove print calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Gillies committed Jul 17, 2014
1 parent 8364704 commit a8630fa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/test_doctests.py
Expand Up @@ -41,10 +41,6 @@ def test_suite():
for filename
in sorted(list_doctests())])

version = 'libspatialindex version {0}.{1}.{2}'.format(major_version, minor_version, patch_version)
print(version)
print(list_doctests())

if __name__ == "__main__":
runner = unittest.TextTestRunner()
runner.run(test_suite())

0 comments on commit a8630fa

Please sign in to comment.