SearchProvider: remove warning statement
Fixed: https://bugzilla.gnome.org/show_bug.cgi?id=737526
This commit is contained in:
parent
3d6ed21e74
commit
0f85ce2065
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ public class Contacts.SearchProvider : Object {
|
||||||
}
|
}
|
||||||
|
|
||||||
public async string[] GetInitialResultSet (string[] terms) {
|
public async string[] GetInitialResultSet (string[] terms) {
|
||||||
warning ("GetInitialResultSet %s", string.joinv ("; ", terms));
|
|
||||||
return yield do_search (terms);
|
return yield do_search (terms);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue