aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-02-29 20:59:57 +0100
committerThomas White <taw@physics.org>2020-07-29 18:42:24 +0200
commitb9342a09419cd1b734a6d291ae6cb58f07636226 (patch)
tree5385a86ee5ba3f0356bee9d610f7d91edffc820b
parente6cc22eea8c30cd3917b17f97255725dabaf4d20 (diff)
Remove debug
-rw-r--r--src/crystfelimageview.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/crystfelimageview.c b/src/crystfelimageview.c
index be14c159..028c381e 100644
--- a/src/crystfelimageview.c
+++ b/src/crystfelimageview.c
@@ -483,7 +483,6 @@ static int reload_image(CrystFELImageView *iv)
}
detgeom_pixel_extents(iv->image->detgeom, &min_x, &min_y, &max_x, &max_y);
- STATUS("Extents: %f %f %f %f\n", min_x, min_y, max_x, max_y);
iv->detector_w = max_x - min_x;
iv->detector_h = max_y - min_y;
border = iv->detector_w * 0.1;