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
co-authored by Łukasz Magiera
parent ff2772a58c
commit 604be5fc82
-1
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,