Skip to content

Commit

Permalink
Removed dispatchqueue.async that was used for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Iferencak committed Nov 10, 2022
1 parent d45ce96 commit 829fe0d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions loafwallet/TransactionsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ class TransactionsViewController: UIViewController, UITableViewDelegate, UITable
override func viewDidLoad() {
setup()
addSubscriptions()

DispatchQueue.main.asyncAfter(deadline: .now() + 5, execute: {
self.currentPromptType = .recommendRescan
})
}

private func setup() {
Expand Down

0 comments on commit 829fe0d

Please sign in to comment.