aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
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);
}