diff --git a/cell.cpp b/cell.cpp index d867e1fa..cdb6d0b5 100644 --- a/cell.cpp +++ b/cell.cpp @@ -68,7 +68,6 @@ struct hrmap_hyperbolic : hrmap_standard { vector& hrmap::allcells() { static vector default_allcells; - println(hlog, "bounded = ", !!bounded, " dcal = ", isize(dcal)); if(bounded) { celllister cl(gamestart(), 1000000, 1000000, NULL); default_allcells = cl.lst;