forked from p15670423/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() {
|
render() {
|
||||||
let allUsernames = getAllUsernames(this.props.stolen, this.props.configured);
|
let allUsernames = getAllUsernames(this.props.stolen, this.props.configured);
|
||||||
let allSecrets = getAllSecrets(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 (
|
return (
|
||||||
allUsernames.length > 0 ?
|
allUsernames.length > 0 ?
|
||||||
<>
|
<>
|
||||||
|
|
Loading…
Reference in New Issue