fix: remove debug line
This commit is contained in:
parent
aa2ee9eee2
commit
cc5fadeef3
|
@ -8,7 +8,6 @@ import (
|
|||
"git.lumeweb.com/LumeWeb/portal/db/models"
|
||||
"git.lumeweb.com/LumeWeb/portal/interfaces"
|
||||
"github.com/go-resty/resty/v2"
|
||||
"go.uber.org/zap"
|
||||
"io"
|
||||
"lukechampine.com/blake3"
|
||||
)
|
||||
|
@ -57,8 +56,6 @@ func (s StorageServiceImpl) PutFile(file io.ReadSeeker, bucket string, generateP
|
|||
return nil, err
|
||||
}
|
||||
|
||||
s.portal.Logger().Info("resp", zap.Any("resp", resp.String()))
|
||||
|
||||
if resp.IsError() {
|
||||
if resp.Error() != nil {
|
||||
return nil, resp.Error().(error)
|
||||
|
|
Loading…
Reference in New Issue