UI: Remove unneeded logging in UsedCredentials component

This commit is contained in:
Ilija Lazoroski 2022-07-14 17:03:14 +02:00
parent 8ccdba7528
commit 4dbdbcc75e
1 changed files with 0 additions and 1 deletions

View File

@ -10,7 +10,6 @@ class UsedCredentials extends React.Component {
render() {
let allUsernames = getAllUsernames(this.props.stolen, this.props.configured);
let allSecrets = getAllSecrets(this.props.stolen, this.props.configured);
allSecrets.map(x => console.log(x['type'], x['content']));
return (
allUsernames.length > 0 ?
<>