[epiphany] title-box: Remove extra log statements



commit 855b4a1a27859ccc99ffb1d0b5eabb428371767d
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Sat Sep 17 14:35:14 2016 -0500

    title-box: Remove extra log statements
    
    These do not look very useful

 src/ephy-title-box.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-title-box.c b/src/ephy-title-box.c
index fff17aa..c9268c3 100644
--- a/src/ephy-title-box.c
+++ b/src/ephy-title-box.c
@@ -75,8 +75,6 @@ ephy_title_box_constructed (GObject *object)
   GtkWidget *vbox;
   GtkWidget *hbox;
 
-  LOG ("EphyTitleBox constructed");
-
   G_OBJECT_CLASS (ephy_title_box_parent_class)->constructed (object);
 
   vbox = gtk_box_new (GTK_ORIENTATION_VERTICAL, 0);
@@ -156,7 +154,6 @@ ephy_title_box_class_init (EphyTitleBoxClass *klass)
 static void
 ephy_title_box_init (EphyTitleBox *title_box)
 {
-  LOG ("EphyTitleBox initialising %p", title_box);
 }
 
 /**


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