1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-24 22:23:18 +00:00

debug removed

This commit is contained in:
Zeno Rogue 2020-05-31 17:12:11 +02:00
parent 773bcfe29c
commit 5bc60b9d10

View File

@ -542,8 +542,6 @@ void geometry_information::prepare_basics() {
spin(M_PI/S7) * xpush0(f),
spin(-M_PI/S7) * xpush0(f)
);
println(hlog, f, " : ", tie(v1, v2));
}
if(v1 < v2) fmin = f; else fmax = f;