1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-04-05 18:27:01 +00:00

removed debug

This commit is contained in:
Zeno Rogue 2020-08-10 19:03:33 +02:00
parent 54bb5d5c5c
commit 62fe3fe7f8

View File

@ -406,7 +406,6 @@ EX int fieldval_uniq(cell *c) {
}
else if(euc::in(3)) {
auto co = euc::get_ispacemap()[c->master];
println(hlog, "co = ", co);
if(bounded) return co[0] + (co[1] << 10) + (co[2] << 20);
return gmod(co[0] + 3 * co[1] + 9 * co[2], 3*127);
}