Skip to content

Commit 194631d

Browse files
committed
feat(admin-ui): remove debug code
1 parent 136f613 commit 194631d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

admin-ui/plugins/auth-server/components/Clients/ClientEditPage.js

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ function ClientEditPage({
3939
if (scripts.length < 1) {
4040
dispatch(getScripts(options))
4141
}
42-
console.log('umaResources', umaResources)
4342
if (isEmpty(umaResources)) {
4443
dispatch(getUMAResourcesByClient(clientData?.inum))
4544
}

admin-ui/plugins/auth-server/redux/reducers/OIDCReducer.js

-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export default function oidcReducer(state = INIT_STATE, action) {
135135

136136
case GET_UMA_RESOURCES_RESPONSE:
137137
if (action.payload.data) {
138-
console.log('action', action)
139138
return {
140139
...state,
141140
umaResources: action.payload.data,

0 commit comments

Comments
 (0)