We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a6e05f commit 4c0c2c9Copy full SHA for 4c0c2c9
app/components/CowinCard.js
@@ -96,7 +96,6 @@ export default class CowinCard extends Component {
96
}
97
98
renderCard = () => {
99
- console.log(this.cert().evidence[0]);
100
return (
101
<View style={[styles.card, {backgroundColor: this.props.colors.primary}]}>
102
<View
app/components/DCCUYCard.js
@@ -64,7 +64,6 @@ export default class DCCYUCard extends Component {
64
65
66
67
- console.log(this.props.detail.pub_key.toLowerCase());
68
69
<View style={[styles.card, {backgroundColor:this.props.colors.primary}]}>
70
<View style={{flexDirection:'row', justifyContent:'space-between', alignItems:'center'}}>
0 commit comments