removes/docker: remove unnecessary conversion (unconvert)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -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.
|
||||||
|
Reference in New Issue
Block a user