diff options
author | Thomas White <taw@physics.org> | 2018-01-19 13:20:48 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2018-01-19 13:21:47 +0100 |
commit | bea47f8e5be2c92fbdf5d1b1954a8556880c559b (patch) | |
tree | e355a6f3707437b0b640e5131c73b471845c5183 | |
parent | 555a6e10a85734fa30bafa8ffada4add91c611e0 (diff) |
xds: Remove debug
-rw-r--r-- | libcrystfel/src/xds.c | 1 |
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; |