diff options
-rw-r--r-- | libcrystfel/src/detector.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) { |