зеркало из https://github.com/nextcloud/desktop.git
Remove logging from NextcloudAccount
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
Родитель
81dc8ce708
Коммит
e6f20e9498
|
@ -14,7 +14,6 @@
|
|||
|
||||
import FileProvider
|
||||
import Foundation
|
||||
import OSLog
|
||||
|
||||
let ncAccountDictUsernameKey = "usernameKey"
|
||||
let ncAccountDictPasswordKey = "passwordKey"
|
||||
|
@ -41,7 +40,6 @@ struct NextcloudAccount: Equatable {
|
|||
let serverUrl = dictionary[ncAccountDictServerUrlKey],
|
||||
let davFilesUrl = dictionary[ncAccountDictDavFilesUrlKey]
|
||||
else {
|
||||
Logger.ncAccount.error("Could not convert dictionary to NextcloudAccount!")
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче