1
0
mirror of https://github.com/MontFerret/ferret.git synced 2025-08-15 20:02:56 +02:00

removed obsolete comment

This commit is contained in:
gabriel-m
2019-10-14 23:30:28 +02:00
committed by GitHub
parent b9a55a7582
commit e5b85976ae

View File

@@ -168,7 +168,6 @@ func (drv *Driver) Open(ctx context.Context, params drivers.Params) (drivers.HTM
return nil, err
}
// HTTPResponse is temporarily unavailable when the status code != OK
r := drivers.HTTPResponse{
StatusCode: resp.StatusCode,
Status: resp.Status,