From de16573742666bc9f62c798784263098d48b93be Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sun, 9 Jul 2017 11:17:21 +0100 Subject: [PATCH] Clean up --- ReactNativeClient/lib/components/screen-header.js | 2 -- 1 file changed, 2 deletions(-) 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 (