Browse Source

del todo

tags/v1.22.6.2^2
lewis 3 years ago
parent
commit
b9840b4871
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      models/cloudbrain.go

+ 0
- 1
models/cloudbrain.go View File

@@ -1986,7 +1986,6 @@ func GetDatasetInfo(uuidStr string) (map[string]DatasetInfo, string, error) {
return nil, datasetNames, err
}
for i, attach := range attachs {
//todo: check same name
for _, datasetInfo := range datasetInfos {
if attach.Name == datasetInfo.Name {
log.Error("the dataset name is same: %v", attach.Name)


Loading…
Cancel
Save