From 1f738506025bb6735827ebc936b4d16026da1f07 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 24 Mar 2017 15:04:45 +0100 Subject: Remove an old debugging message --- libcrystfel/src/detector.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libcrystfel/src') diff --git a/libcrystfel/src/detector.c b/libcrystfel/src/detector.c index 52e4c330..e160d1e1 100644 --- a/libcrystfel/src/detector.c +++ b/libcrystfel/src/detector.c @@ -909,7 +909,6 @@ static int parse_field_for_panel(struct panel *panel, const char *key, panel->adu_per_eV = atof(val); } else if ( strcmp(key, "adu_per_photon") == 0 ) { panel->adu_per_photon = atof(val); - STATUS("got adu per photon: %s\n", val); } else if ( strcmp(key, "rigid_group") == 0 ) { add_to_rigid_group(find_or_add_rg(det, val), panel); } else if ( strcmp(key, "clen") == 0 ) { -- cgit v1.2.3