From 7406af9c3ae8503564120b33200c5d6c354bc18b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Mon, 18 Jun 2018 11:05:43 -0700 Subject: [PATCH] old version check Summary: Remove old version number check. `AutoUpdateVersion` is used instead for macOS, we currently do not support auto-updates on other platforms. This also removes the leaked Intern Graph secret. Reviewed By: emilsjolander Differential Revision: D8488849 fbshipit-source-id: 0853e8f868137972f718847c49038304525e1e06 --- src/chrome/SonarTitleBar.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/chrome/SonarTitleBar.js b/src/chrome/SonarTitleBar.js index bfb7ac999..fa4baeac9 100644 --- a/src/chrome/SonarTitleBar.js +++ b/src/chrome/SonarTitleBar.js @@ -28,7 +28,6 @@ import { togglePluginManagerVisible, } from '../reducers/application.js'; import DevicesButton from './DevicesButton.js'; -import Version from './Version.js'; import AutoUpdateVersion from './AutoUpdateVersion.js'; import config from '../fb-stubs/config.js'; @@ -90,7 +89,7 @@ class SonarTitleBar extends Component { )} - {process.platform === 'darwin' ? : } + {process.platform === 'darwin' ? : null} {config.bugReportButtonVisible && (