[gnome-todo] todoist: Delete useless warning



commit 17d8952752c7e12b929d9abf747ceb05dcb5bd61
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Feb 3 01:39:36 2018 -0200

    todoist: Delete useless warning

 plugins/todoist/gtd-provider-todoist.c | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/plugins/todoist/gtd-provider-todoist.c b/plugins/todoist/gtd-provider-todoist.c
index 650ba2f..cea8b13 100644
--- a/plugins/todoist/gtd-provider-todoist.c
+++ b/plugins/todoist/gtd-provider-todoist.c
@@ -194,11 +194,6 @@ convert_color_code (gint index)
 static void
 emit_access_token_error (void)
 {
-  g_warning ("%s: %s: %s",
-             G_STRFUNC,
-             "Error fetching Todoist account access_token",
-             "Unable to get access token from gnome-online-accounts");
-
   gtd_manager_emit_error_message (gtd_manager_get_default (),
                                   _("Error fetching Todoist account key"),
                                   _("Please ensure that Todoist account is correctly configured."),


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