deleted console codes

This commit is contained in:
Mustafa Buyukcelebi 2018-12-05 15:43:21 +03:00 committed by GitHub
parent d50b28b1fe
commit 2954430170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,6 @@ class NotificationContainer extends Component {
componentWillReceiveProps(nextProps) {
if (nextProps.activeBottomTab === ROUTES.TABBAR.NOTIFICATION) {
console.log('nextProps :', nextProps);
if (nextProps.username) {
this._getAvtivities();
}