mirror of
https://github.com/appium/appium.git
synced 2026-02-08 10:38:58 -06:00
Remove dead code
This commit is contained in:
@@ -62,10 +62,6 @@ public class Find extends CommandHandler {
|
||||
throws JSONException {
|
||||
final Hashtable<String, Object> params = command.params();
|
||||
|
||||
if (((String) params.get("strategy")).equals("index paths")) {
|
||||
|
||||
}
|
||||
|
||||
// only makes sense on a device
|
||||
final Strategy strategy;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user