From 96612e4b7481d79fe05d52054578b55849a02fde Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Thu, 5 Jul 2007 16:25:53 +0200 Subject: remove debug output --- src/ProjectionLSQ.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ProjectionLSQ.cxx') diff --git a/src/ProjectionLSQ.cxx b/src/ProjectionLSQ.cxx index da5b3da..5da4369 100644 --- a/src/ProjectionLSQ.cxx +++ b/src/ProjectionLSQ.cxx @@ -69,7 +69,7 @@ ProjectionLSQ::comp_params(const Hills *h, ViewParams *parms) { if (distortion_correct) { lsq(h, parms, 1); } -fprintf(stderr, "===> x0 %f\n", parms->x0); + return 0; } -- cgit v1.2.3