From 5c7cdfcb42d0afd781bfbec6e2445678e8f21995 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 30 Jul 2015 10:22:31 +0200 Subject: [PATCH] OpenSubdiv: Remove debug-only leftover --- intern/opensubdiv/opensubdiv_converter.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/intern/opensubdiv/opensubdiv_converter.cc b/intern/opensubdiv/opensubdiv_converter.cc index b818c849cce..119a7bf9340 100644 --- a/intern/opensubdiv/opensubdiv_converter.cc +++ b/intern/opensubdiv/opensubdiv_converter.cc @@ -141,7 +141,6 @@ inline bool TopologyRefinerFactory::assignComponentTopolog memset(face_used, 0, sizeof(bool) * num_faces); std::stack stack; int edge_count_ordered = 0, face_count_ordered = 0; - bool print = vert == 6; if (num_vert_edges == num_vert_faces) { /* Manifold vertex, start with any face and perform traversal. */ int face_start = vert_faces[0];