Fix build, remove unnecessary return

Fixup 27e55d2906

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 27e55d2906
commit 700bd6e08a

@ -311,7 +311,6 @@ protocol CallServiceObserver: class {
guard let peerConnectionClient = self.peerConnectionClient else {
throw CallError.assertionError(description: "peerConnectionClient was unexpectedly nil in \(#function)")
return
}
return peerConnectionClient.setLocalSessionDescription(sessionDescription).then {

Loading…
Cancel
Save