diff --git a/bob/bio/vein/tests/test.py b/bob/bio/vein/tests/test.py
index 40e28d8d99bba1a644be696987de45c7c62b4b6a..9c621564f4dfc47d302a0acad9bf9553ca033212 100644
--- a/bob/bio/vein/tests/test.py
+++ b/bob/bio/vein/tests/test.py
@@ -63,7 +63,6 @@ def test_cropping():
   assert hasattr(annotated_image, 'metadata')
   cropped = fixed_crop(annotated_image)
   assert hasattr(cropped, 'metadata')
-  import ipdb; ipdb.set_trace()
   assert numpy.allclose(cropped.metadata['roi'], [
     (0, 2),
     (3, cropped.shape[1]-1),