Index: /issm/trunk/src/c/objects/Numericalflux.cpp
===================================================================
--- /issm/trunk/src/c/objects/Numericalflux.cpp	(revision 3408)
+++ /issm/trunk/src/c/objects/Numericalflux.cpp	(revision 3409)
@@ -497,5 +497,5 @@
 	MatSetValues(Kgg,numdof,doflist,numdof,doflist,(const double*)Ke_gg,ADD_VALUES);
 	finish=MPI_Wtime();
-	printf("internal inserting K of edge %i matrix: %g\n",id,finish-start);
+	//printf("internal inserting K of edge %i matrix: %g\n",id,finish-start);
 
 	xfree((void**)&gauss_coords);
@@ -571,5 +571,4 @@
 		return;
 	}
-	printf("%i made it through!\n",id);
 
 	/* Get gaussian points and weights (make this a statically initialized list of points? fstd): */
@@ -613,5 +612,5 @@
 	MatSetValues(Kgg,numdof,doflist,numdof,doflist,(const double*)Ke_gg,ADD_VALUES);
 	finish=MPI_Wtime();
-	printf("boundary inserting K of edge %i matrix: %g\n",id,finish-start);
+	//printf("boundary inserting K of edge %i matrix: %g\n",id,finish-start);
 
 	xfree((void**)&gauss_coords);
