diff options
Diffstat (limited to 'libcrystfel/src/stream.c')
-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); } |