SearchProvider: remove warning statement

Fixed: https://bugzilla.gnome.org/show_bug.cgi?id=737526
This commit is contained in:
Erick Pérez Castellanos 2014-09-29 11:28:15 -04:00
parent 3d6ed21e74
commit 0f85ce2065

View file

@ -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);
}