1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-12-25 09:30:35 +00:00

removed debug

This commit is contained in:
Zeno Rogue 2019-11-13 20:47:55 +01:00
parent bee727071e
commit b0e481cc0a

View File

@ -68,7 +68,6 @@ struct hrmap_hyperbolic : hrmap_standard {
vector<cell*>& hrmap::allcells() {
static vector<cell*> default_allcells;
println(hlog, "bounded = ", !!bounded, " dcal = ", isize(dcal));
if(bounded) {
celllister cl(gamestart(), 1000000, 1000000, NULL);
default_allcells = cl.lst;