Skip to content

Commit

Permalink
refactor: remove empty method that was wrote for implementing analyti…
Browse files Browse the repository at this point in the history
…cs in future
  • Loading branch information
saeedbashir committed Nov 22, 2023
1 parent 534db4f commit 7226877
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ public class StartupViewModel: ObservableObject {
self.analytics = analytics
}

func trackSigninClicked() {

}

func tracksignUpClicked() {
analytics.signUpClicked()
}
Expand Down

0 comments on commit 7226877

Please sign in to comment.