diff --git a/src/recur.cpp b/src/recur.cpp index 627e545e9..3e041afbd 100644 --- a/src/recur.cpp +++ b/src/recur.cpp @@ -51,11 +51,6 @@ // child tasks need to be generated to fill gaps. void handleRecurrence () { - // TODO This is inserted here to create parallel recurrence implementation - // during feature development. This eliminates the need to inject this - // call into 11 command implementations. - handleRecurrence2 (); - // Recurrence can be disabled. // Note: This is currently a workaround for TD-44, TW-1520. if (! Context::getContext ().config.getBoolean ("recurrence"))