Skip to content
Snippets Groups Projects
Verified Commit 12eb9724 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Drop debug console.log

parent 54622f84
No related branches found
No related tags found
1 merge request!1717Resolve "Migrate management of OAuth applications to CRUD list"
Pipeline #196363 canceled
......@@ -259,7 +259,6 @@ export default {
this.queries.initOauthApplication.refetch();
},
lookupChoiceText(choices, value, valueKey = "value", textKey = "text") {
console.log(choices, value, valueKey, textKey);
return (choices.find((choice) => choice[valueKey] === value) || {
[textKey]: value,
})[textKey];
......
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