Skip to content

Commit 4c0c2c9

Browse files
committed
Removing logs
1 parent 2a6e05f commit 4c0c2c9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/components/CowinCard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ export default class CowinCard extends Component {
9696
}
9797

9898
renderCard = () => {
99-
console.log(this.cert().evidence[0]);
10099
return (
101100
<View style={[styles.card, {backgroundColor: this.props.colors.primary}]}>
102101
<View

app/components/DCCUYCard.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ export default class DCCYUCard extends Component {
6464
}
6565

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

0 commit comments

Comments
 (0)