From 76e50f8b9c7b161bf68c8d8cbd04ccf22fbf9212 Mon Sep 17 00:00:00 2001 From: HXY <2479895356@qq.com> Date: Wed, 6 Sep 2023 21:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=94=A8=E6=88=B7=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=A4=B4=E5=83=8F=E4=B8=BA=E7=94=A8=E6=88=B7=E5=90=8D?= =?UTF-8?q?=E5=89=8D=E4=B8=A4=E4=BD=8D=EF=BC=8C=E5=A2=9E=E5=8A=A0=E7=B2=98?= =?UTF-8?q?=E8=B4=B4=E5=9B=BE=E7=89=87=E5=8A=9F=E8=83=BD=EF=BC=8C=E6=9B=B4?= =?UTF-8?q?=E6=94=B9=E5=85=85=E5=80=BC=E9=BB=98=E8=AE=A4=E9=87=91=E9=A2=9D?= =?UTF-8?q?=E4=B8=BA30=EF=BC=8C=E4=BC=98=E5=8C=96=E4=BA=86=E4=B8=80?= =?UTF-8?q?=E4=BA=9B=E6=96=B9=E6=B3=95=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dao/storage/localoss.go | 1 - 1 file changed, 1 deletion(-) diff --git a/internal/dao/storage/localoss.go b/internal/dao/storage/localoss.go index 24aa4c50..10131d29 100644 --- a/internal/dao/storage/localoss.go +++ b/internal/dao/storage/localoss.go @@ -62,7 +62,6 @@ func (s *localossCreateServant) PutObject(objectKey string, reader io.Reader, ob return "", err } if written != objectSize { - fmt.Print("这里发生了错误.......") os.Remove(savePath) return "", errors.New("put object not complete") }