Skip to content

Commit 7c52814

Browse files
authored
Remove unintended SASL print statement (vapor#139)
1 parent 6740c3a commit 7c52814

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/PostgresNIO/Utilities/SASLAuthentication+SCRAM-SHA256.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,6 @@ fileprivate final class SASLMechanism_SCRAM_SHA256_Common {
402402

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

0 commit comments

Comments
 (0)