aboutsummaryrefslogtreecommitdiff
path: root/libcrystfel/src/stream.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-01-14 17:19:11 +0100
committerThomas White <taw@physics.org>2021-01-14 17:19:11 +0100
commit0fff357a2b422b3fbeacfa0e9522bbff5e09aef6 (patch)
tree0d0e6d8c6bd544731bd68186a0be92414f74f073 /libcrystfel/src/stream.c
parent7fb94888dc081749e004aeef9b2742909e1cbc8e (diff)
Remove old debugging
Diffstat (limited to 'libcrystfel/src/stream.c')
-rw-r--r--libcrystfel/src/stream.c1
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);
}