removed debug from 'rainbow by distance' pattern

This commit is contained in:
Zeno Rogue 2019-10-06 14:08:16 +02:00
parent a5908620ce
commit e37f7fcf60
1 changed files with 0 additions and 1 deletions

View File

@ -1620,7 +1620,6 @@ EX namespace patterns {
case 'j': {
int d = c->master->distance;
if(d % 2 == 0 || d < -5 || d > 5) return 0;
println(hlog, d, " -> ", (d+5)/2);
return colortables['j'][(d+5)/2];
}
case 'f': {