summaryrefslogtreecommitdiffstats
path: root/planner.c
diff options
context:
space:
mode:
Diffstat (limited to 'planner.c')
-rw-r--r--planner.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/planner.c b/planner.c
index 746a40d32..7bdb60e62 100644
--- a/planner.c
+++ b/planner.c
@@ -769,8 +769,6 @@ void plan(struct diveplan *diveplan, char **cached_datap, struct dive **divep, b
*divep = dive = create_dive_from_plan(diveplan);
if (!dive)
goto error_exit;
- record_dive(dive);
-
add_plan_to_notes(diveplan, dive);
error_exit: