From 7fa82e55ecb673165d7eba14e00e9c0479cf980f Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Mon, 18 Dec 2006 22:48:25 +0100 Subject: remove debug output --- src/ProjectionLSQ.cxx | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ProjectionLSQ.cxx') diff --git a/src/ProjectionLSQ.cxx b/src/ProjectionLSQ.cxx index 7841ef6..1349f4c 100644 --- a/src/ProjectionLSQ.cxx +++ b/src/ProjectionLSQ.cxx @@ -211,7 +211,6 @@ ProjectionLSQ::lsq(const Hills *h, ViewParams *parms, status = gsl_multifit_fdfsolver_iterate (s); if (status) { - fprintf(stderr, "gsl_multifit_fdfsolver_iterate: %d\n", status); break; } } @@ -228,8 +227,6 @@ ProjectionLSQ::lsq(const Hills *h, ViewParams *parms, gsl_multifit_fdfsolver_free (s); - fprintf(stderr, "k0 %f, k1 %f\n", parms->k0, parms->k1); - return 0; } -- cgit v1.2.3