Skip to content
Snippets Groups Projects
Commit 27a06e71 authored by Olgun Cengiz's avatar Olgun Cengiz :drum:
Browse files

debug

parent 782d8662
No related branches found
No related tags found
2 merge requests!48Master,!4716 refactor deprecated functions
......@@ -149,6 +149,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy
return nil, statusList
}
/*
if errorsString != "" {
statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString)
return nil, statusList
......@@ -158,6 +159,7 @@ func GetKey(client *client.DataStorageClientImpl, uuid string, keyType api.KeyTy
statusList = utils.AddStatus(statusList, "400", api.StatusType_ERROR, errorsString)
return nil, statusList
}
*/
return key, nil
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment