mirror of
https://github.com/metabolist/metatext.git
synced 2025-02-16 14:05:14 +00:00
Remove print
This commit is contained in:
parent
aa08b9b284
commit
78ab408b7c
1 changed files with 0 additions and 1 deletions
|
@ -36,7 +36,6 @@ final class MainNavigationViewController: UITabBarController {
|
|||
|
||||
viewModel.identityContext.$identity.map(\.pending)
|
||||
.removeDuplicates()
|
||||
.print()
|
||||
.sink { [weak self] in self?.setupViewControllers(pending: $0) }
|
||||
.store(in: &cancellables)
|
||||
|
||||
|
|
Loading…
Reference in a new issue