diff --git a/rogueviz/highdim-demo.cpp b/rogueviz/highdim-demo.cpp index f623aed4..9073ed32 100644 --- a/rogueviz/highdim-demo.cpp +++ b/rogueviz/highdim-demo.cpp @@ -370,7 +370,6 @@ int mycanvas(cell *c) { else if(v == 2) is2++; else if(v > 2) ismore++; } - println(hlog, d, " -> ", tie(is0, is1, is2, ismore)); if(d[dim-1]) return 0x101010; else if(ismore) return 0x101010; else if(is2) return 0x1800000;