[gnome-contacts] ContactPane: remove debug instruction



commit b365ebd11ccf68ee29301db3d8e43e7c586c62f2
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Sat Apr 5 10:35:01 2014 -0400

    ContactPane: remove debug instruction

 src/contacts-contact-pane.vala |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-contact-pane.vala b/src/contacts-contact-pane.vala
index cc84cd8..2f03173 100644
--- a/src/contacts-contact-pane.vala
+++ b/src/contacts-contact-pane.vala
@@ -351,8 +351,6 @@ public class Contacts.ContactPane : Notebook {
   }
 
   void on_add_detail (GLib.SimpleAction action, GLib.Variant? parameter) {
-    print ("activated %s\n", action.name);
-
     var tok = action.name.split (".");
 
     if (tok[0] == "add") {


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