forked from p15670423/monkey
Remove console.log
This commit is contained in:
parent
1ebcfd8ba6
commit
f50bdca801
|
@ -21,7 +21,6 @@ class T1059 extends React.Component {
|
||||||
}])};
|
}])};
|
||||||
|
|
||||||
render() {
|
render() {
|
||||||
console.log(this.props.data);
|
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div>{this.props.data.message}</div>
|
<div>{this.props.data.message}</div>
|
||||||
|
|
Loading…
Reference in New Issue