remove debug message
This commit is contained in:
parent
7bcb2bc9d0
commit
046341af1f
1 changed files with 0 additions and 2 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue