summaryrefslogtreecommitdiff
path: root/src/ProjectionLSQ.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-07-05 16:25:53 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-07-05 16:25:53 +0200
commit96612e4b7481d79fe05d52054578b55849a02fde (patch)
tree63dfc9cbbf4ffd2f4e3c94d1e9a43f08bb8d8b2c /src/ProjectionLSQ.cxx
parentff4637c54ba1b10816717ee34433e89e3d4ea30c (diff)
remove debug output
Diffstat (limited to 'src/ProjectionLSQ.cxx')
-rw-r--r--src/ProjectionLSQ.cxx2
1 files changed, 1 insertions, 1 deletions
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;
}