mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
removed debug in expansion
This commit is contained in:
parent
8f2bde4434
commit
0b72d28ecd
@ -225,7 +225,6 @@ bool expansion_analyzer::verify(int id) {
|
||||
|
||||
int expansion_analyzer::valid(int v, int step) {
|
||||
if(step < 0) return 0;
|
||||
println(hlog, "try ", v, ", ", step);
|
||||
int more = reg3::in_rule() ? 1 : 5;
|
||||
#if CAP_GMP == 0
|
||||
if(get_descendants(step+v+v+more).approx_int() >= bignum::BASE) return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user