diff --git a/hmatrix-svdlibc.cabal b/hmatrix-svdlibc.cabal
--- a/hmatrix-svdlibc.cabal
+++ b/hmatrix-svdlibc.cabal
@@ -1,5 +1,5 @@
 name:                hmatrix-svdlibc
-version:             0.5.0
+version:             0.5.0.1
 synopsis:            SVDLIBC bindings for HMatrix
 description:
   Bindings for the sparse singular value decomposition
diff --git a/svdlibc/las2.c b/svdlibc/las2.c
--- a/svdlibc/las2.c
+++ b/svdlibc/las2.c
@@ -331,7 +331,6 @@
   SVDRec R = NULL;
   ierr = 0; // reset the global error flag
   
-  svdWriteSparseMatrix(A, "svd.in.m", SVD_F_DT);
   svdResetCounters();
 
   m = svd_imin(A->rows, A->cols);
