remove debug message

This commit is contained in:
Bob Sun 2017-02-17 21:15:43 +08:00
parent 7bcb2bc9d0
commit 046341af1f
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -63,8 +63,6 @@ struct GitCredential {
Defaults[.gitRepositoryPasswordAttempts] = 0
return nil
}
print("usernmae: \(userName)")
print("password: \(newPassword)")
Defaults[.gitRepositoryPasswordAttempts] += 1
credential = try? GTCredential(userName: userName, password: newPassword)
case let .ssh(userName, password, publicKeyFile, privateKeyFile):