Recurrence: Debug msg

This commit is contained in:
Paul Beckingham 2017-04-10 19:41:22 -04:00
parent 9fe77ab5b5
commit 803c49b6c4

View file

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