removed debug in expansion

This commit is contained in:
Zeno Rogue 2020-07-08 16:06:24 +02:00
parent 8f2bde4434
commit 0b72d28ecd
1 changed files with 0 additions and 1 deletions

View File

@ -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;