Skip to content

Commit

Permalink
chore: remove unnecessary lines (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Nov 10, 2024
1 parent 93f147a commit 940df80
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions WebDriverAgentLib/Commands/FBSessionCommands.m
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 940df80

Please sign in to comment.