From fb33edcade79670d4b3e9509c6a59c68f4f48e74 Mon Sep 17 00:00:00 2001 From: Jonathan Westhues Date: Fri, 15 Aug 2008 00:37:32 -0800 Subject: [PATCH] Comment out the error when I generate a leaky mesh. [git-p4: depot-paths = "//depot/solvespace/": change = 1870] --- mesh.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mesh.cpp b/mesh.cpp index 1d0b88f..db8e630 100644 --- a/mesh.cpp +++ b/mesh.cpp @@ -645,8 +645,8 @@ void SKdNode::MakeCertainEdgesInto(SEdgeList *sel, bool emphasized) { if(!emphasized) { if(n == 0) sel->AddEdge(a, b); } else { - dbp("hanging: n=%d (%.3f %.3f %.3f) (%.3f %.3f %.3f)", - n, CO(a), CO(b)); +// dbp("hanging: n=%d (%.3f %.3f %.3f) (%.3f %.3f %.3f)", +// n, CO(a), CO(b)); } } if(nOther > 0) {