remove debug string while generating weird fieldpattern

This commit is contained in:
Zeno Rogue 2017-12-09 20:01:28 +01:00
parent 9933f373d2
commit d1a4a6cb25
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ struct fpattern {
int fmax = Field;
#endif
if(Prime == 13 && wsquare) {
if(Prime == 13 && wsquare && false) {
for(int i=0; i<Prime; i++) printf("%3d", sqrts[i]);
printf("\n");
}