summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErick Pérez Castellanos <erick.red@gmail.com>2014-09-29 11:28:15 -0400
committerErick Pérez Castellanos <erick.red@gmail.com>2014-09-29 13:05:15 -0400
commit0f85ce20657280f35f58c690a9479523b45ea2d9 (patch)
tree246f5b658ac41d85b9da24ebe52ef0608d02cd95
parent3d6ed21e748a2941d44f09c829f29544ddd3ea22 (diff)
downloadgnome-contacts-0f85ce20657280f35f58c690a9479523b45ea2d9.tar.gz
SearchProvider: remove warning statement
Fixed: https://bugzilla.gnome.org/show_bug.cgi?id=737526
-rw-r--r--src/contacts-shell-search-provider.vala1
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);
}