diff --git a/Geo/ChainComplex.cpp b/Geo/ChainComplex.cpp
index eb88538161679ee1332abd69cc4af8e3749abc92..da486aec68fc39be60a1e834b1a699a2f25364ae 100644
--- a/Geo/ChainComplex.cpp
+++ b/Geo/ChainComplex.cpp
@@ -402,8 +402,6 @@ void ChainComplex::matrixTest()
   
   printMatrix(matrix);
   printMatrix(copymatrix);
-  
-  return; 
 }
 
 std::vector<int> ChainComplex::getCoeffVector(int dim, int chainNumber)