[sprite] remove old debugging cruft

pull/2159/head
nick black 3 years ago
parent d899c5c9d3
commit 956a2b03ec
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -137,7 +137,6 @@ sprixel* sprixel_alloc(const tinfo* ti, ncplane* n, int dimy, int dimx){
ret->id = 1;
sprixelid_nonce = 1;
}
loginfo("SPRIXEL ALLOC %d\n", ret->id);
//fprintf(stderr, "LOOKING AT %p (p->n = %p)\n", ret, ret->n);
ret->cellpxy = ti->cellpixy;
ret->cellpxx = ti->cellpixx;

Loading…
Cancel
Save