diff options
author | Thomas White <taw@physics.org> | 2017-09-15 14:28:49 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-09-15 14:33:40 +0200 |
commit | f8ec4432d198e00998576108199bf0ab0e4b08d4 (patch) | |
tree | 220edb2fd27ecf59f4fded9c0319bb0e71bf5f38 /libcrystfel/src/index.c | |
parent | 0101b82caa3517be533a31f5b6bf5636c25a94da (diff) |
Remove debugging statement
Diffstat (limited to 'libcrystfel/src/index.c')
-rw-r--r-- | libcrystfel/src/index.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/index.c b/libcrystfel/src/index.c index 258c4bc1..94a66566 100644 --- a/libcrystfel/src/index.c +++ b/libcrystfel/src/index.c @@ -501,7 +501,6 @@ static int try_indexer(struct image *image, IndexingMethod indm, 0.1, deg2rad(5.0), NULL) ) { crystal_set_user_flag(cr, 1); - ERROR("Excluding duplicate cell\n"); } } |