recur: Remove references to the new recurrence mechanism

This commit is contained in:
Tomas Babej 2021-06-12 10:40:29 -04:00
parent 4db7990df8
commit 34ffd164bb
No known key found for this signature in database
GPG key ID: B0747C6578F7D2F5

View file

@ -51,11 +51,6 @@
// child tasks need to be generated to fill gaps. // child tasks need to be generated to fill gaps.
void handleRecurrence () 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. // Recurrence can be disabled.
// Note: This is currently a workaround for TD-44, TW-1520. // Note: This is currently a workaround for TD-44, TW-1520.
if (! Context::getContext ().config.getBoolean ("recurrence")) if (! Context::getContext ().config.getBoolean ("recurrence"))