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/db/models"
|
||||||
"git.lumeweb.com/LumeWeb/portal/interfaces"
|
"git.lumeweb.com/LumeWeb/portal/interfaces"
|
||||||
"github.com/go-resty/resty/v2"
|
"github.com/go-resty/resty/v2"
|
||||||
"go.uber.org/zap"
|
|
||||||
"io"
|
"io"
|
||||||
"lukechampine.com/blake3"
|
"lukechampine.com/blake3"
|
||||||
)
|
)
|
||||||
|
@ -57,8 +56,6 @@ func (s StorageServiceImpl) PutFile(file io.ReadSeeker, bucket string, generateP
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|
||||||
s.portal.Logger().Info("resp", zap.Any("resp", resp.String()))
|
|
||||||
|
|
||||||
if resp.IsError() {
|
if resp.IsError() {
|
||||||
if resp.Error() != nil {
|
if resp.Error() != nil {
|
||||||
return nil, resp.Error().(error)
|
return nil, resp.Error().(error)
|
||||||
|
|
Loading…
Reference in New Issue