summaryrefslogtreecommitdiff
path: root/src/Panorama.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-10 16:12:47 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-10 16:12:47 +0000
commit701445766d42a37febf833b95714511be2da4793 (patch)
treea3c3827071101c2a4481a4df23350bf03bd646a7 /src/Panorama.cxx
parentc8c0d0ac861802f29de2d294c2b33f7b70fd7746 (diff)
make parser more robust
make parser more robust
Diffstat (limited to 'src/Panorama.cxx')
-rw-r--r--src/Panorama.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index f100a95..fcc8836 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Panorama.cxx,v 1.39 2005/05/10 17:57:11 hofmann Exp $"
+// "$Id: Panorama.cxx,v 1.40 2005/05/10 18:12:47 hofmann Exp $"
//
// Panorama routines.
//
@@ -187,7 +187,6 @@ Panorama::guess(Hills *p, Hill *m1) {
a_nick = a_nick_best;
a_tilt = a_tilt_best;
scale = scale_best;
- fprintf(stderr, "best %f\n", best);
} else {
fprintf(stderr, "No solution found.\n");
}