removes/docker: remove unnecessary conversion (unconvert)

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2023-07-30 22:35:31 +02:00
parent 81895d22c9
commit e2ad5a985e
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C

View File

@ -673,7 +673,7 @@ func requestFields(req *http.Request) log.Fields {
}
}
return log.Fields(fields)
return fields
}
func responseFields(resp *http.Response) log.Fields {
@ -691,7 +691,7 @@ func responseFields(resp *http.Response) log.Fields {
}
}
return log.Fields(fields)
return fields
}
// IsLocalhost checks if the registry host is local.