Skip to content

Commit

Permalink
#51: [minor] Commented out a line that's not implemented yet.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrtibbetts committed Aug 15, 2022
1 parent 67390bd commit 6568d85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SwiftUIDiscogs/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ struct MainView: View {
var body: some View {
VStack(alignment: .center, spacing: 20.0) {
TextField("Search Discogs", text: $searchTerms) {
searchModel.search(searchTerms)
// searchModel.search(searchTerms)
}

Text("Searching for \(searchTerms)")
}
}
Expand Down

0 comments on commit 6568d85

Please sign in to comment.