Skip to content

Commit 841a2f0

Browse files
Himanshu SatijaHimanshu Satija
authored andcommitted
remove console log
1 parent fac39d7 commit 841a2f0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Components/Widgets/Card.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ export default class CardNB extends NativeBaseComponent {
3232
var defaultProps = {
3333
style: this.getInitialStyle().card
3434
};
35-
// console.log("final style object", computeProps(this.props, defaultProps));
36-
// var computedStyle = computeProps(this.props, defaultProps).style.backgroundColor;
37-
// console.log("computedStyle", computedStyle);
35+
3836
return computeProps(this.props, defaultProps);
3937

4038
}
@@ -44,8 +42,6 @@ export default class CardNB extends NativeBaseComponent {
4442
return child;
4543
});
4644

47-
console.log(childrenArray, "children card");
48-
4945
return childrenArray;
5046
}
5147

0 commit comments

Comments
 (0)