aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-20 11:20:53 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-20 11:20:53 +0000
commit8da2c5e601cbd6472e54d8148baffdccd231f89d (patch)
tree7e65596828a5a04dc8d69d18c54e6c584b2cd617 /src/reproject.c
parent36ba24c6ff7fec40c5883b828992660547458dd1 (diff)
Remove a debug message
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@162 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reproject.c')
-rw-r--r--src/reproject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reproject.c b/src/reproject.c
index 3604481..79657a1 100644
--- a/src/reproject.c
+++ b/src/reproject.c
@@ -228,7 +228,6 @@ void reproject_open(ControlContext *ctx) {
for ( j=0; j<flist->n_features; j++ ) {
imagedisplay_mark_circle(ctx->reproject_id, flist->features[j].x, flist->features[j].y);
}
- printf("%i reflections\n", flist->n_features);
image_feature_list_free(flist);
}