Index: /issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp
===================================================================
--- /issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp	(revision 17491)
+++ /issm/trunk-jpl/src/c/modules/SystemMatricesx/SystemMatricesx.cpp	(revision 17492)
@@ -64,6 +64,6 @@
 
 	/*Display size*/
-	Kff->GetSize(&M,&N);
 	if(VerboseModule()){
+		Kff->GetSize(&M,&N);
 		_printf0_(" (Kff stiffness matrix size: "<<M<<" x "<<N<<")\n");
 	}
@@ -120,6 +120,4 @@
 	//Kff->AllocationInfo();
 	//Kfs->AllocationInfo();
-	//IssmDouble* k = Kff->ToSerial();
-	//printarray(k,N,N);
 
 	/*cleanu up and assign output pointers: */
