Small fix to speed up contact retrieval

This commit is contained in:
macdonst
2010-10-06 00:17:43 +08:00
parent 2bbf62c489
commit 8eaaa04746
5 changed files with 62 additions and 18 deletions
@@ -64,9 +64,6 @@ public class ContactManager implements Plugin {
JSONArray res = contactAccessor.search(args.getJSONArray(0), args.getJSONObject(1));
return new PluginResult(status, res);
}
else if (action.equals("create")) {
// TODO Coming soon!
}
else if (action.equals("save")) {
// TODO Coming soon!
}