From e8d745dd1033ad3af258cf765069b8e864e806bf Mon Sep 17 00:00:00 2001 From: cignoni Date: Tue, 18 Feb 2014 20:15:16 +0000 Subject: [PATCH] PolygonalMesh Debugging: forgot a debugging prntf --- vcg/simplex/face/component_polygon.h | 1 - 1 file changed, 1 deletion(-) diff --git a/vcg/simplex/face/component_polygon.h b/vcg/simplex/face/component_polygon.h index 819eb301..1740a6e2 100644 --- a/vcg/simplex/face/component_polygon.h +++ b/vcg/simplex/face/component_polygon.h @@ -173,7 +173,6 @@ public: void ImportData(const LeftF & leftF){T::ImportData(leftF);} inline void Alloc(const int & ns) { if( _ffpP == NULL){ - printf("Doing an alloc\n"); this->__SetVN(ns); _ffpP = new FaceType*[this->VN()]; _ffiP = new char[this->VN()];