Skip to content

Commit c5f7428

Browse files
remove (code)
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
1 parent 30d4c47 commit c5f7428

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Sources/NextcloudKit/NKMonitor.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ final class NKMonitor: EventMonitor, Sendable {
6262
let code = response.response?.statusCode {
6363

6464
let responseStatus = (200..<300).contains(code) ? "RESPONSE: SUCCESS" : "RESPONSE: ERROR"
65-
let errorCode = response.error.map { " (\($0._code))" } ?? ""
66-
nkLog(network: "\(code) \(method) \(url) \(responseStatus)\(errorCode)")
65+
nkLog(network: "\(code) \(method) \(url) \(responseStatus)")
6766
}
6867

6968
case .verbose:

0 commit comments

Comments
 (0)