diff --git a/geometry2.cpp b/geometry2.cpp index 206fe43b..5e7140da 100644 --- a/geometry2.cpp +++ b/geometry2.cpp @@ -826,8 +826,6 @@ EX void generate_brm(cell *c1) { vector 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) */