Update extern/sector-storage/stores/remote.go

Co-authored-by: Łukasz Magiera <magik6k@users.noreply.github.com>
This commit is contained in:
Anton Evangelatov 2021-07-06 17:24:56 +02:00 committed by GitHub
parent ff2772a58c
commit 604be5fc82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,7 +53,6 @@ func (r *Remote) RemoveCopies(ctx context.Context, s abi.SectorID, types storifa
}
func NewRemote(local Store, index SectorIndex, auth http.Header, fetchLimit int, pfHandler partialFileHandler) *Remote {
fmt.Printf("Creating NewRemote: %#v \n", auth)
return &Remote{
local: local,
index: index,