Index: /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
===================================================================
--- /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp	(revision 25971)
+++ /issm/trunk-jpl/src/c/classes/Elements/Tria.cpp	(revision 25972)
@@ -3015,19 +3015,10 @@
 	IssmDouble* values    = xNew<IssmDouble>(numnodes);
 
-		if(this->Id()==104 || this->Id()==266 || this->Id()==264 || this->Id()==247 || this->Id()==263 || this->Id()==249 || this->Id()==250){
-			if(enum_type==MaskIceLevelsetEnum) printf("-----------------\n");
-		}
-
 	/*Use the dof list to index into the solution vector: */
 	for(int i=0;i<numnodes;i++){
 		values[i]=solution[doflist[i]];
-		if(this->Id()==104 || this->Id()==266 || this->Id()==264 || this->Id()==247 || this->Id()==263 || this->Id()==249 || this->Id()==250){
-			if(enum_type==MaskIceLevelsetEnum) printf("%g\n",values[i]);
-			if(enum_type==MaskIceLevelsetEnum && values[i]>0.5 && values[i]<1.5 )this->nodes[i]->DeepEcho();
-		}
 		if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in solution vector");
 		if(xIsInf<IssmDouble>(values[i])) _error_("Inf found in solution vector, SID = " << this->Sid());
 	}
-
 
 	/*Add input to the element: */
