removes/docker: remove unnecessary conversion (unconvert)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
81895d22c9
commit
e2ad5a985e
@ -673,7 +673,7 @@ func requestFields(req *http.Request) log.Fields {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
return log.Fields(fields)
|
return fields
|
||||||
}
|
}
|
||||||
|
|
||||||
func responseFields(resp *http.Response) log.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.
|
// IsLocalhost checks if the registry host is local.
|
||||||
|
Loading…
Reference in New Issue
Block a user