[gnome-calendar] Remove stray g_message()s



commit dcdd3f6ee802f78ae4613be2ca5921924e88524e
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat May 11 13:41:50 2019 -0300

    Remove stray g_message()s
    
    Leftovers from previous commits.

 src/gui/gcal-calendar-popover.c | 2 --
 src/gui/gcal-source-dialog.c    | 1 -
 2 files changed, 3 deletions(-)
---
diff --git a/src/gui/gcal-calendar-popover.c b/src/gui/gcal-calendar-popover.c
index 33051126..234ce60d 100644
--- a/src/gui/gcal-calendar-popover.c
+++ b/src/gui/gcal-calendar-popover.c
@@ -233,8 +233,6 @@ on_manager_synchronizing_changed_cb (GcalManager         *manager,
                                      GParamSpec          *pspec,
                                      GcalCalendarPopover *self)
 {
-  g_message ("Notify");
-
   if (gcal_manager_get_synchronizing (manager))
     schedule_switch_to_spinner (self);
   else
diff --git a/src/gui/gcal-source-dialog.c b/src/gui/gcal-source-dialog.c
index a4000728..1600f9ad 100644
--- a/src/gui/gcal-source-dialog.c
+++ b/src/gui/gcal-source-dialog.c
@@ -2084,7 +2084,6 @@ gcal_source_dialog_set_property (GObject      *object,
   switch (prop_id)
     {
     case PROP_CONTEXT:
-      g_message ("Setting the context");
       g_assert (self->context == NULL);
       self->context = g_value_dup_object (value);
       setup_context (self);


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