From 8a864399851016b3bf744759c0fd1353d94ceb0e Mon Sep 17 00:00:00 2001 From: Dahlia Trimble Date: Mon, 22 Dec 2008 07:25:41 +0000 Subject: Removed some debugging code that was inadvertently left in in my last commit :/ --- OpenSim/Region/Physics/Meshing/PrimMesher.cs | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenSim/Region/Physics/Meshing/PrimMesher.cs') diff --git a/OpenSim/Region/Physics/Meshing/PrimMesher.cs b/OpenSim/Region/Physics/Meshing/PrimMesher.cs index 9b20275..c28577d 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; -- cgit v1.1