diff --git a/src/screens/notification/container/notificationContainer.js b/src/screens/notification/container/notificationContainer.js index 9f586a70f..a2c9b6fb8 100644 --- a/src/screens/notification/container/notificationContainer.js +++ b/src/screens/notification/container/notificationContainer.js @@ -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(); }