diff --git a/Geo/gmshFace.h b/Geo/gmshFace.h
index 26252b0bd27679ea7e9e742ecf9c0109921101c3..b70242b3ef0c5398058098fe5b41653347cff5b9 100644
--- a/Geo/gmshFace.h
+++ b/Geo/gmshFace.h
@@ -31,7 +31,7 @@ class gmshFace : public GFace {
   virtual void secondDer(const SPoint2 &, SVector3 *, SVector3 *, SVector3 *) const;
   virtual GEntity::GeomType geomType() const; 
   ModelType getNativeType() const { return GmshModel; }
-  void *getNativePtr() const { printf("coucuo here \n"); return s; }
+  void *getNativePtr() const { return s; }
   virtual SPoint2 parFromPoint(const SPoint3 &, bool onSurface=true) const;
   virtual void resetMeshAttributes();
 };