1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-21 12:43:18 +00:00

product:: removed useless debug

This commit is contained in:
Zeno Rogue 2019-08-24 14:50:12 +02:00
parent fd42b45fce
commit 65ce70cb2c

View File

@ -685,7 +685,6 @@ EX namespace product {
ld d = V[2][2];
for(int i=0; i<c->type; i++) {
ld d1 = (V * cgi.walltester[cwall_offset + i])[2];
if(c0->item == itGold) println(hlog, i, ": ", d, " vs ", d1);
if(d1 < d - 1e-6) cwall_mask |= (1<<i);
}
}