mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-11-17 10:44:48 +00:00
removed debug from generate_brm
This commit is contained in:
parent
953e17722d
commit
8f56ff56b9
@ -826,8 +826,6 @@ EX void generate_brm(cell *c1) {
|
||||
|
||||
vector<int> cts;
|
||||
for(auto& p: res) cts.push_back(isize(p.second));
|
||||
|
||||
println(hlog, "for ", c1, " : ", isize(cts));
|
||||
}
|
||||
|
||||
/** this function exhaustively finds the best transmatrix from (c1,h1) to (c2,h2) */
|
||||
|
Loading…
Reference in New Issue
Block a user