Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Aug 19, 2024
1 parent 80f15e0 commit 8cf911b
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Example/DApp/Modules/Sign/SignPresenter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,6 @@ extension SignPresenter {
}
.store(in: &subscriptions)

Sign.instance.sessionUpdatePublisher
.receive(on: DispatchQueue.main)
.sink { [unowned self] (topic, namespace) in
print(namespace)
}
.store(in: &subscriptions)

Sign.instance.authResponsePublisher
.receive(on: DispatchQueue.main)
.sink { [unowned self] response in
Expand Down

0 comments on commit 8cf911b

Please sign in to comment.