Remove debug logging
This commit is contained in:
parent
18b2b341e7
commit
478e904d1c
@ -1243,12 +1243,12 @@ static void testSH(char *color[6], size_t width, size_t height,
|
|||||||
blueSHCoeff, greenSHCoeff, redSHCoeff
|
blueSHCoeff, greenSHCoeff, redSHCoeff
|
||||||
);
|
);
|
||||||
|
|
||||||
printf("Blue:\n");
|
//printf("Blue:\n");
|
||||||
displayCoeff(blueSHCoeff);
|
//displayCoeff(blueSHCoeff);
|
||||||
printf("Green:\n");
|
//printf("Green:\n");
|
||||||
displayCoeff(greenSHCoeff);
|
//displayCoeff(greenSHCoeff);
|
||||||
printf("Red:\n");
|
//printf("Red:\n");
|
||||||
displayCoeff(redSHCoeff);
|
//displayCoeff(redSHCoeff);
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user