Skip to content

Commit

Permalink
feat(admin-ui): removed console log expression #437
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrydy committed Sep 15, 2022
1 parent ee37405 commit dd51235
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const ClientBasicPanel = ({
function handleMouseDownClientSecret(event) {
event.preventDefault()
}
console.log("============Client=========== "+ JSON.stringify(client))
return (
<Container>
{client.inum && (
Expand Down

0 comments on commit dd51235

Please sign in to comment.