mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +00:00
Remove non-existant variable from debug statement
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6a57ce5c6b
commit
5fb947681e
1 changed files with 1 additions and 1 deletions
|
@ -756,7 +756,7 @@ void plan(struct diveplan *diveplan, char **cached_datap, bool add_deco, bool sh
|
||||||
|
|
||||||
#if DEBUG_PLAN & 4
|
#if DEBUG_PLAN & 4
|
||||||
printf("gas %s\n", gasname(&gas));
|
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
|
#endif
|
||||||
|
|
||||||
best_first_ascend_cylinder = current_cylinder;
|
best_first_ascend_cylinder = current_cylinder;
|
||||||
|
|
Loading…
Reference in a new issue