From d9f7497dc5e2e99fbffbe7fd7af686e40396f7ae Mon Sep 17 00:00:00 2001 From: Viktor Radchenko Date: Mon, 30 Apr 2018 04:34:27 -0700 Subject: [PATCH] Remove test code --- Trust/Browser/Coordinators/BrowserCoordinator.swift | 12 ------------ fastlane/Snapfile | 2 +- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/Trust/Browser/Coordinators/BrowserCoordinator.swift b/Trust/Browser/Coordinators/BrowserCoordinator.swift index 377bc139b6..7b9a538807 100644 --- a/Trust/Browser/Coordinators/BrowserCoordinator.swift +++ b/Trust/Browser/Coordinators/BrowserCoordinator.swift @@ -190,18 +190,6 @@ class BrowserCoordinator: NSObject, Coordinator { } func presentQRCodeReader() { - - executeTransaction( - account: Account(address: session.account.address, type: AccountType.encryptedKey, url: URL(string: "https://trustwalletapp.com")!), - action: DappAction.fromCommand( - DappCommand(name: .signMessage, id: 1, object: [:]), - requester: DAppRequester(title: "12", url: nil)), - callbackID: 1, - transaction: - UnconfirmedTransaction( - transferType: TransferType.dapp(DAppRequester(title: "12", url: URL(string: "https://trustwalletapp.com")!)), value: BigInt(1_000_000_000_000_000_000), to: nil, data: nil, gasLimit: BigInt(21_000), gasPrice: nil, nonce: nil), type: ConfirmType.sign - ) - return let coordinator = ScanQRCodeCoordinator( navigationController: NavigationController() ) diff --git a/fastlane/Snapfile b/fastlane/Snapfile index 667582680c..b44d136f6e 100644 --- a/fastlane/Snapfile +++ b/fastlane/Snapfile @@ -26,7 +26,7 @@ scheme "TrustUITests" # Where should the resulting screenshots be stored? output_directory "./fastlane/screenshots" -clear_previous_screenshots true # remove the '#' to clear all previously generated screenshots before creating new ones +clear_previous_screenshots false # remove the '#' to clear all previously generated screenshots before creating new ones configuration "Debug" clean true