From a26680b579f9e5a163798e26777165beaa4915c3 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 9 Aug 2016 11:34:25 +0200 Subject: Remove debugging output --- libcrystfel/src/detector.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libcrystfel') diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index a8f9fe3a..f90e1a92 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -555,12 +555,10 @@ void fill_in_values(struct detector *det, struct hdfile *f, struct event* ev) } /* Offset in +z direction from calibrated clen to actual */ - STATUS("%f %f %f (%f) --->", p->cnx, p->cny, p->clen, p->coffset); offs = p->clen - p->clen_for_centering; p->cnx += p->rail_x * offs; p->cny += p->rail_y * offs; p->clen = p->clen_for_centering + p->coffset + p->rail_z * offs; - STATUS("%f %f %f\n", p->cnx, p->cny, p->clen); } } -- cgit v1.2.3