summaryrefslogtreecommitdiffstats
path: root/planner.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-03 21:02:39 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-03 21:02:39 -0700
commit5fb947681e234a52ac6457a80a12e0362433cd5c (patch)
tree394b923d036c32e178951a39137673d79cb9458f /planner.c
parent6a57ce5c6bfcd1787a4e57dc0b4e4ceea0743ec1 (diff)
downloadsubsurface-5fb947681e234a52ac6457a80a12e0362433cd5c.tar.gz
Remove non-existant variable from debug statement
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'planner.c')
-rw-r--r--planner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/planner.c b/planner.c
index 2461e5aef..026581de3 100644
--- a/planner.c
+++ b/planner.c
@@ -756,7 +756,7 @@ void plan(struct diveplan *diveplan, char **cached_datap, bool add_deco, bool sh
#if DEBUG_PLAN & 4
printf("gas %s\n", gasname(&gas));
- printf("depth %5.2lfm ceiling %5.2lfm\n", depth / 1000.0, ceiling / 1000.0);
+ printf("depth %5.2lfm \n", depth / 1000.0);
#endif
best_first_ascend_cylinder = current_cylinder;