Skip to content

Commit

Permalink
deleted debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cindy-x-liang authored and rs929 committed Aug 19, 2024
1 parent 5fb58bf commit 398c5cb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion TCAT/Controllers/HomeMapViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class HomeMapViewController: UIViewController {

private let loadingIndicatorSize = CGSize.init(width: 40, height: 40)
private let userDefaults = UserDefaults.standard


override func viewDidLoad() {
super.viewDidLoad()
Expand Down
1 change: 1 addition & 0 deletions TCAT/Controllers/HomeOptionsCardViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ class HomeOptionsCardViewController: UIViewController {
}

// MARK: - Get Search Results

/// Get Search Results
@objc func getPlaces(timer: Timer) {
if let userInfo = timer.userInfo as? [String: String],
Expand Down
1 change: 0 additions & 1 deletion TCAT/Controllers/SearchResultsViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class SearchResultsViewController: UIViewController {
}

@objc private func getPlaces(timer: Timer) {
print("here")
if let userInfo = timer.userInfo as? [String: String],
let searchText = userInfo["searchText"],
!searchText.isEmpty {
Expand Down

0 comments on commit 398c5cb

Please sign in to comment.