aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-01-19 13:20:48 +0100
committerThomas White <taw@physics.org>2018-01-19 13:21:47 +0100
commitbea47f8e5be2c92fbdf5d1b1954a8556880c559b (patch)
treee355a6f3707437b0b640e5131c73b471845c5183 /libcrystfel
parent555a6e10a85734fa30bafa8ffada4add91c611e0 (diff)
xds: Remove debug
Diffstat (limited to 'libcrystfel')
-rw-r--r--libcrystfel/src/xds.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/xds.c b/libcrystfel/src/xds.c
index b0dd0c47..41580e41 100644
--- a/libcrystfel/src/xds.c
+++ b/libcrystfel/src/xds.c
@@ -680,7 +680,6 @@ const char *xds_probe(UnitCell *cell)
for ( l=0; l<10; l++ ) {
char *pos;
if ( fgets(line, 1024, fh) != NULL ) {
- STATUS("got %s\n", line);
pos = strstr(line, "** XDS **");
if ( pos != NULL ) {
ok = 1;