diff options
author | Thomas White <taw@physics.org> | 2021-01-14 17:19:11 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2021-01-14 17:19:11 +0100 |
commit | 0fff357a2b422b3fbeacfa0e9522bbff5e09aef6 (patch) | |
tree | 0d0e6d8c6bd544731bd68186a0be92414f74f073 /libcrystfel | |
parent | 7fb94888dc081749e004aeef9b2742909e1cbc8e (diff) |
Remove old debugging
Diffstat (limited to 'libcrystfel')
-rw-r--r-- | libcrystfel/src/stream.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libcrystfel/src/stream.c b/libcrystfel/src/stream.c index 6a1e62eb..71f7bce8 100644 --- a/libcrystfel/src/stream.c +++ b/libcrystfel/src/stream.c @@ -1063,7 +1063,6 @@ static void read_geometry_file(Stream *st) } while ( !done ); st->geometry_file = geom; - printf("got geom '%s'\n", geom); st->dtempl = data_template_new_from_string(geom); } |