Skip to content

Commit 125bc4c

Browse files
committed
feat(admin-ui): remove unused debug code
1 parent 7967f9b commit 125bc4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

admin-ui/plugins/auth-server/components/Sessions/SessionListPage.js

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ import {
2121
} from 'Utils/PermChecker'
2222

2323
function SessionListPage({ sessions, permissions, loading, dispatch }) {
24-
console.log('permissions', permissions)
2524
const { t } = useTranslation()
2625
const myActions = []
2726
const [item, setItem] = useState({})

0 commit comments

Comments
 (0)