Index: trunk/magic/remove/src/streaksextern.c
===================================================================
--- trunk/magic/remove/src/streaksextern.c	(revision 20309)
+++ trunk/magic/remove/src/streaksextern.c	(revision 20670)
@@ -35,4 +35,5 @@
     Line line;
     StreakPixels *pixels = psArrayAllocEmpty (1024);
+    int streaksOnComponent = 0;
     for (i = 0; i != streaks->size; ++i)
     {
@@ -47,6 +48,8 @@
         {
             PixelsFromLine (pixels, &line);
+            streaksOnComponent++;
         }
     }
+    printf("%d streaks on this component\n", streaksOnComponent);
     return pixels;
 }
