Skip to content

Commit 617fa34

Browse files
committed
Remove unnecessary debugging printf
1 parent e1798d9 commit 617fa34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/ComponentLabeling.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ void myCompLabeler::Label()
3232
w = binaryImage.size().width;
3333
CBlobContour* label=NULL;
3434
for(r=startPoint.y;r<endPoint.y;r++){
35-
printf("%d\n", r);
3635
//First col
3736
pos = r*w;
3837
c=startPoint.x;

0 commit comments

Comments
 (0)