Index: /issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp
===================================================================
--- /issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp	(revision 3754)
+++ /issm/trunk/src/mex/ContourToMesh/ContourToMesh.cpp	(revision 3755)
@@ -82,5 +82,5 @@
 	}
 
-	#ifdef _ISSM_DEBUG_
+	/*
 	for(i=0;i<numcontours;i++){
 		printf("\nContour echo: contour number  %i / %i\n",i+1,numcontours);
@@ -91,5 +91,5 @@
 		}
 	}
-	#endif
+	*/
 
 	/*Recover  interptype: */
Index: /issm/trunk/src/mex/TriMesh/TriMesh.cpp
===================================================================
--- /issm/trunk/src/mex/TriMesh/TriMesh.cpp	(revision 3754)
+++ /issm/trunk/src/mex/TriMesh/TriMesh.cpp	(revision 3755)
@@ -98,12 +98,4 @@
 	}
 	
-	#ifdef _ISSM_DEBUG_
-	printf("Domain name: %s\n",domainname);
-	printf("Rift name: %s\n",riftname);
-	printf("Maximum area: %16.16lf\n",area);
-	printf("Order: %s\n",order);
-	#endif
-	
-	
 	/*Start reading the domain outline file: */
 	noerr=DomainOutlineRead(&nprof,&profngrids,&pprofx,&pprofy,domainname);
@@ -121,33 +113,4 @@
 		}
 	}
-
-	#ifdef _ISSM_DEBUG_
-	printf("# points in domain outline: %i\n",nprof); 
-	#endif
-	#ifdef _DEBUG2_
-	for (i=0;i<nprof;i++){
-		printf("Profile #%i\n",i);
-		x=pprofx[i];
-		y=pprofy[i];
-		for (j=0;j<profngrids[i];j++){
-			printf("   %lf %lf\n",x[j],y[j]);
-		}
-	}
-	#endif
-
-
-	#ifdef _ISSM_DEBUG_
-	printf("# points in rift outline: %i\n",numrifts); 
-	#endif
-	#ifdef _DEBUG2_
-	for (i=0;i<numrifts;i++){
-		printf("Profile #%i\n",i);
-		x=riftsgridsx[i];
-		y=riftsgridsy[i];
-		for (j=0;j<riftsnumgrids[i];j++){
-			printf("   %lf %lf\n",x[j],y[j]);
-		}
-	}
-	#endif
 
 	/*Create initial triangulation to call triangulate():*/
@@ -198,5 +161,4 @@
 		in.pointmarkerlist[i] = 0;
 	}
-	
 
 	/*Build segments: */
Index: /issm/trunk/src/mex/TriMeshNoDensity/TriMeshNoDensity.cpp
===================================================================
--- /issm/trunk/src/mex/TriMeshNoDensity/TriMeshNoDensity.cpp	(revision 3754)
+++ /issm/trunk/src/mex/TriMeshNoDensity/TriMeshNoDensity.cpp	(revision 3755)
@@ -87,10 +87,4 @@
 		}
 	}
-
-	#ifdef _ISSM_DEBUG_
-	printf("Domain name: %s\n",domainname);
-	printf("Rift name: %s\n",riftname);
-	#endif
-	
 	
 	/*Start reading the domain outline file: */
@@ -109,33 +103,4 @@
 		}
 	}
-
-	#ifdef _ISSM_DEBUG_
-	printf("# points in domain outline: %i\n",nprof); 
-	#endif
-	#ifdef _DEBUG2_
-	for (i=0;i<nprof;i++){
-		printf("Profile #%i\n",i);
-		x=pprofx[i];
-		y=pprofy[i];
-		for (j=0;j<profngrids[i];j++){
-			printf("   %lf %lf\n",x[j],y[j]);
-		}
-	}
-	#endif
-
-
-	#ifdef _ISSM_DEBUG_
-	printf("# points in rift outline: %i\n",numrifts); 
-	#endif
-	#ifdef _DEBUG2_
-	for (i=0;i<numrifts;i++){
-		printf("Profile #%i\n",i);
-		x=riftsgridsx[i];
-		y=riftsgridsy[i];
-		for (j=0;j<riftsnumgrids[i];j++){
-			printf("   %lf %lf\n",x[j],y[j]);
-		}
-	}
-	#endif
 
 	/*Create initial triangulation to call triangulate():*/
Index: /issm/trunk/src/mex/TriMeshProcessRifts/TriMeshProcessRifts.cpp
===================================================================
--- /issm/trunk/src/mex/TriMeshProcessRifts/TriMeshProcessRifts.cpp	(revision 3754)
+++ /issm/trunk/src/mex/TriMeshProcessRifts/TriMeshProcessRifts.cpp	(revision 3755)
@@ -142,5 +142,5 @@
 	}
 
-	#ifdef _ISSM_DEBUG_
+	/*
 	printf("Index: \n");
 	for (i=0;i<nel;i++){
@@ -162,5 +162,5 @@
 		printf("\n");
 	}
-	#endif
+	*/
 
 	/*First, do some fixing on the existing mesh: we do not want any element belonging entirely to the segment list (ie: 
Index: /issm/trunk/src/mex/TriMeshRefine/TriMeshRefine.cpp
===================================================================
--- /issm/trunk/src/mex/TriMeshRefine/TriMeshRefine.cpp	(revision 3754)
+++ /issm/trunk/src/mex/TriMeshRefine/TriMeshRefine.cpp	(revision 3755)
@@ -159,6 +159,4 @@
 	}
 
-
-	#ifdef _ISSM_DEBUG_
 	/*printf("Index: \n");
 	for (i=0;i<nel;i++){
@@ -185,5 +183,4 @@
 	}*/
 	//if(nrhs==6)printf("Order: %s\n",order);
-	#endif
 
 	/*Create initial triangulation to call triangulate():*/
