Skip to content

Commit

Permalink
Remove unintended SASL print statement (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianfett committed Feb 12, 2021
1 parent 6740c3a commit 7c52814
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ fileprivate final class SASLMechanism_SCRAM_SHA256_Common {

public func step(message: [UInt8]?) -> SASLAuthenticationStepResult {
do {
print("State: \(state)")
switch state {
case .clientInitial(let username, let nonce, let binding):
guard message == nil else { throw SASLAuthenticationError.initialRequestNotSent }
Expand Down

0 comments on commit 7c52814

Please sign in to comment.