Remove debug printfs

This commit is contained in:
Keith Whitwell 2005-05-20 15:12:12 +00:00
parent 923515b3f8
commit 3cc2f82bb5

View file

@ -531,9 +531,7 @@
if (z < zRow[i]) { \
pRow[i] = (PIXEL_TYPE) p; \
zRow[i] = z; \
if (span.y == 100) printf("pass\n");\
} \
else if (span.y == 100) printf("fail\n");\
span.z += span.zStep; \
}