removed print

This commit is contained in:
Vighnesh Birodkar
2014-03-11 21:59:51 +05:30
parent 806a52edd5
commit 815b0226d4
-1
View File
@@ -28,7 +28,6 @@ def test_blob_dog():
assert abs(radius(b) - 5) <= thresh
b = s[1]
print abs(radius(b))
assert abs(b[0] - 100) <= thresh
assert abs(b[1] - 300) <= thresh
assert abs(radius(b) - 25) <= thresh