From 4a7940a37ba087d5835693d963915a89dac72d42 Mon Sep 17 00:00:00 2001 From: gianpaolopalma Date: Wed, 21 Oct 2015 17:32:21 +0000 Subject: [PATCH] Removed debug code --- vcg/complex/allocate.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vcg/complex/allocate.h b/vcg/complex/allocate.h index b97b0fc2..581e1e6b 100644 --- a/vcg/complex/allocate.h +++ b/vcg/complex/allocate.h @@ -998,9 +998,7 @@ public: if ((*fi).cFFp(i)!=0) { size_t oldIndex = (*fi).FFp(i) - fbase; - printf("face %u %u\n", tri::Index(m , *fi), tri::Index(m, (*fi).FFp(i))); - assert(fbase <= (*fi).FFp(i)); - assert(oldIndex < pu.remap.size()); + assert(fbase <= (*fi).FFp(i) && oldIndex < pu.remap.size()); (*fi).FFp(i) = fbase+pu.remap[oldIndex]; } }