chore: cleanup
This commit is contained in:
@@ -80,8 +80,6 @@ export class TaskService {
|
||||
* This is the main method that retrieves tasks from storage and applies filters
|
||||
*/
|
||||
async getTaskList(options: GetTaskListOptions = {}): Promise<TaskListResult> {
|
||||
console.log('getTaskList', options);
|
||||
|
||||
// Determine which tag to use
|
||||
const activeTag = this.configManager.getActiveTag();
|
||||
const tag = options.tag || activeTag;
|
||||
@@ -110,8 +108,6 @@ export class TaskService {
|
||||
}));
|
||||
}
|
||||
|
||||
console.log('tasks', tasks);
|
||||
|
||||
return {
|
||||
tasks,
|
||||
total: rawTasks.length,
|
||||
|
||||
Reference in New Issue
Block a user