[gnome-contacts] SearchProvider: remove warning statement



commit 0f85ce20657280f35f58c690a9479523b45ea2d9
Author: Erick Pérez Castellanos <erick red gmail com>
Date:   Mon Sep 29 11:28:15 2014 -0400

    SearchProvider: remove warning statement
    
    Fixed: https://bugzilla.gnome.org/show_bug.cgi?id=737526

 src/contacts-shell-search-provider.vala |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-shell-search-provider.vala b/src/contacts-shell-search-provider.vala
index 83babe6..3d67363 100644
--- a/src/contacts-shell-search-provider.vala
+++ b/src/contacts-shell-search-provider.vala
@@ -73,7 +73,6 @@ public class Contacts.SearchProvider : Object {
   }
 
   public async string[] GetInitialResultSet (string[] terms) {
-    warning ("GetInitialResultSet %s", string.joinv ("; ", terms));
     return yield do_search (terms);
   }
 


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