mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-03-12 16:19:43 +00:00
removed some obsolete debug printfs
This commit is contained in:
@@ -331,7 +331,6 @@ ld expansion_analyzer::get_growth() {
|
||||
total += neweigen[i];
|
||||
}
|
||||
for(int i=0; i<N; i++) eigen[i] = .1 * eigen[i] + .9 * neweigen[i] / total;
|
||||
// for(int i=0; i<N; i++) printf("%lf ", eigen[i]); printf("total = %lf\n", total);
|
||||
}
|
||||
return growth = total;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user