Recurrence: Debug msg

This commit is contained in:
Paul Beckingham 2017-04-10 19:27:35 -04:00
parent 415d964230
commit 9fe77ab5b5

View file

@ -327,6 +327,9 @@ static void synthesizeTasks (const Task& templateTask)
// TODO 'recur' = frequency
// TODO 'last' = index of most recently synthesized instance
// TODO Create task instances for each period between N and now.
context.debug ("synthesizeTasks end");
}