[gnome-todo] todoist: Remove trace message



commit d0c434e60e0091d0cc96fbb2912c3422a91e986c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Mon Feb 19 19:42:34 2018 +0000

    todoist: Remove trace message
    
    Probably a bit too much for now.

 plugins/todoist/gtd-provider-todoist.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/plugins/todoist/gtd-provider-todoist.c b/plugins/todoist/gtd-provider-todoist.c
index cea8b13..734089c 100644
--- a/plugins/todoist/gtd-provider-todoist.c
+++ b/plugins/todoist/gtd-provider-todoist.c
@@ -361,8 +361,6 @@ parse_tasks (GtdProviderTodoist *self,
       gtd_task_set_priority (task, priority);
       gtd_task_set_complete (task, complete != 0);
 
-      GTD_TRACE_MSG ("  '%s' → %d", title, gtd_task_get_complete (task));
-
       /* Due date */
       if (due_date)
         gtd_task_set_due_date (task, parse_due_date (due_date));


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]