diff --git a/ReactNativeClient/lib/components/screen-header.js b/ReactNativeClient/lib/components/screen-header.js index 2e3ddc3e0..37d359bc9 100644 --- a/ReactNativeClient/lib/components/screen-header.js +++ b/ReactNativeClient/lib/components/screen-header.js @@ -63,8 +63,6 @@ class ScreenHeaderComponent extends Component { let title = 'title' in this.props && this.props.title !== null ? this.props.title : _(this.props.navState.routeName); - console.info('CAN', this.props.historyCanGoBack); - return (