Skip to content

Commit

Permalink
Remove debug log. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
n8chur authored Jan 24, 2019
1 parent 024ffb6 commit b0a474e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Application/Source/Home/View/HomeViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ class HomeViewModel: ViewModel, DetailPresentingViewModel {
}

let testTextObserver = isActive.asObservable()
.do(onNext: { isActive in
print("XXX: \(isActive)")
})
.whenTrue(subscribeTo: testTextInternalObserver)

testText = Property(testTextObserver, initial: nil)
Expand Down

0 comments on commit b0a474e

Please sign in to comment.