forked from p34709852/monkey
UI: Remove unneeded logging in UsedCredentials component
This commit is contained in:
parent
8ccdba7528
commit
4dbdbcc75e
|
@ -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 ?
|
||||
<>
|
||||
|
|
Loading…
Reference in New Issue