diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-07-03 21:02:39 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-07-03 21:02:39 -0700 |
commit | 5fb947681e234a52ac6457a80a12e0362433cd5c (patch) | |
tree | 394b923d036c32e178951a39137673d79cb9458f /planner.c | |
parent | 6a57ce5c6bfcd1787a4e57dc0b4e4ceea0743ec1 (diff) | |
download | subsurface-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |