aboutsummaryrefslogtreecommitdiff
path: root/src/reproject.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/reproject.c')
-rw-r--r--src/reproject.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/reproject.c b/src/reproject.c
index 06611cd..3106998 100644
--- a/src/reproject.c
+++ b/src/reproject.c
@@ -176,10 +176,8 @@ ImageReflection *reproject_get_reflections(ImageRecord image, size_t *n, Reflect
//printf("Reflection %i at %i,%i\n", i, refl[i-1].x, refl[i-1].y);
- } else {
- //fprintf(stderr, "Reflection failed sanity test (x=%f, y=%f)\n", x, y);
- }
-
+ } /* else it's outside the picture somewhere */
+
} /* else this is the central beam so don't worry about it */
}