diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs index 9b20275e0f..c28577d313 100644 --- a/OpenSim/Region/Physics/Meshing/PrimMesher.cs +++ b/OpenSim/Region/Physics/Meshing/PrimMesher.cs @@ -1328,9 +1328,6 @@ namespace PrimMesher profile.MakeFaceUVs(); } - if (this.sides == 4 && this.hollowSides == 3) - profile.DumpRaw("d:\\", "primProfile", ""); - Coord lastCutNormal1 = new Coord(); Coord lastCutNormal2 = new Coord(); float lastV = 1.0f;