Delete useless log. reviewed by redding.
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -36,7 +36,6 @@ export default class Detail extends Component { | @@ -36,7 +36,6 @@ export default class Detail extends Component { | ||
36 | if (!data) { | 36 | if (!data) { |
37 | return null; | 37 | return null; |
38 | } | 38 | } |
39 | - console.log(data.toJS()); | ||
40 | return ( | 39 | return ( |
41 | <View style={[styles.container, {height: this.state.totalHeight}]}> | 40 | <View style={[styles.container, {height: this.state.totalHeight}]}> |
42 | <Text style={styles.title}>{data.get('product_name')} </Text> | 41 | <Text style={styles.title}>{data.get('product_name')} </Text> |
-
Please register or login to post a comment