small changes

This commit is contained in:
DavidBadura
2015-02-08 15:40:37 +00:00
parent 6d13ee7d3a
commit 85132b8189
3 changed files with 10 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ class TaskManager
try {
$this->taskwarrior->command('list');
} catch (TaskwarriorException $e) {
// to nothing
// do nothing
}
}
@@ -281,7 +281,6 @@ class TaskManager
$registry->registerSubscribingHandler(new RecurringHandler());
})
->addDefaultHandlers()
->setDebug(true)
->build();
}