aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-03-24 15:04:45 +0100
committerThomas White <taw@physics.org>2017-03-24 15:04:45 +0100
commit1f738506025bb6735827ebc936b4d16026da1f07 (patch)
tree343027e9960b5417e385c2b7a55bbc6ca9d41ce0 /libcrystfel
parentc5ab3a8e0305995ed97fc85a5c190c069794fdb0 (diff)
Remove an old debugging message
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/detector.c1
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 ) {