Remove console.log

This commit is contained in:
itay 2019-07-07 11:14:19 +03:00
parent 1ebcfd8ba6
commit f50bdca801
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ class T1059 extends React.Component {
}])};
render() {
console.log(this.props.data);
return (
<div>
<div>{this.props.data.message}</div>