liuxiulin 2 years ago
parent
commit
ee016af082
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/bll/impl/internal/b_file.go

+ 0 - 1
app/bll/impl/internal/b_file.go

@@ -70,7 +70,6 @@ func (f *File) Upload(ctx context.Context, r *http.Request, formKey, basePath st
 	} else if len(infos) == 0 {
 		return nil, nil
 	}
-	fmt.Println(infos[0])
 	fullName := fmt.Sprintf("%s/%s/%s/%s", base, strings.ToLower(basePath), uuid, url.PathEscape(f.getFileName(infos[0].Name())))
 	if fullName[0] != '/' {
 		fullName = "/" + fullName