From 031a62c5352976b1bf4dc8079a86e72a590c73c1 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 9 Nov 2024 22:07:37 -0800 Subject: [PATCH] chore: remove unnecessary line --- WebDriverAgentLib/Commands/FBSessionCommands.m | 4 ---- 1 file changed, 4 deletions(-) diff --git a/WebDriverAgentLib/Commands/FBSessionCommands.m b/WebDriverAgentLib/Commands/FBSessionCommands.m index e5d4894f5..1972186d2 100644 --- a/WebDriverAgentLib/Commands/FBSessionCommands.m +++ b/WebDriverAgentLib/Commands/FBSessionCommands.m @@ -141,10 +141,6 @@ + (NSArray *)routes [FBConfiguration forceSimulatorSoftwareKeyboardPresence]; } - if (capabilities[FB_SETTING_USE_CLEAR_TEXT_SHORTCUT]) { - [FBConfiguration setUseClearTextShortcut:[capabilities[FB_SETTING_USE_CLEAR_TEXT_SHORTCUT] boolValue]]; - } - NSString *bundleID = capabilities[FB_CAP_BUNDLE_ID]; NSString *initialUrl = capabilities[FB_CAP_INITIAL_URL]; XCUIApplication *app = nil;