1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-25 22:53:19 +00:00

reg3:: removed some debug

This commit is contained in:
Zeno Rogue 2022-07-17 12:47:20 +02:00
parent 11426c30b3
commit 7c6fece132

View File

@ -1929,12 +1929,6 @@ EX namespace reg3 {
}
}
vector<int> q(qstate, 0);
for(auto p: bfs) q[p.second]++;
vector<int> q2(isize(qmap()->allh)+1, 0);
for(auto p: q) q2[p]++;
DEBB(DF_GEOM, ("q2 = ", q2));
/* remove BFS roots, and addresses that lead only there */
bfs = {};