Skip to content

Commit

Permalink
Removing logs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Oct 7, 2021
1 parent 2a6e05f commit 4c0c2c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/components/CowinCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export default class CowinCard extends Component {
}

renderCard = () => {
console.log(this.cert().evidence[0]);
return (
<View style={[styles.card, {backgroundColor: this.props.colors.primary}]}>
<View
Expand Down
1 change: 0 additions & 1 deletion app/components/DCCUYCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export default class DCCYUCard extends Component {
}

renderCard = () => {
console.log(this.props.detail.pub_key.toLowerCase());
return (
<View style={[styles.card, {backgroundColor:this.props.colors.primary}]}>
<View style={{flexDirection:'row', justifyContent:'space-between', alignItems:'center'}}>
Expand Down

0 comments on commit 4c0c2c9

Please sign in to comment.