Skip to content

Commit

Permalink
Remove combine temporary
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcmz committed Sep 23, 2021
1 parent ade954e commit afe57f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 151 deletions.
10 changes: 0 additions & 10 deletions Example/FCLDemo/ViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,6 @@ class ViewModel: ObservableObject {
}
}
}

// FAuthentication.shared.authenticate()
// .receive(on: DispatchQueue.main)
// .sink { completion in
// if case let .failure(error) = completion {
// self.address = error.localizedDescription
// }
// } receiveValue: { data in
// self.address = data.address
// }.store(in: &cancellables)
}
}

Expand Down
141 changes: 0 additions & 141 deletions Sources/FlowAuthenticationService/FlowAuthCombine.swift

This file was deleted.

0 comments on commit afe57f2

Please sign in to comment.