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

removed debug from generate_brm

This commit is contained in:
Zeno Rogue 2021-03-24 20:26:09 +01:00
parent 953e17722d
commit 8f56ff56b9

View File

@ -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) */