diff --git a/Assistant/Threads/Upgrader.hs b/Assistant/Threads/Upgrader.hs index 26a165630c..95000fbef1 100644 --- a/Assistant/Threads/Upgrader.hs +++ b/Assistant/Threads/Upgrader.hs @@ -31,7 +31,6 @@ import qualified Data.Text as T upgraderThread :: UrlRenderer -> NamedThread upgraderThread urlrenderer = namedThread "Upgrader" $ do - checkUpgrade urlrenderer -- TODO: remove when (isJust Build.SysConfig.upgradelocation) $ do h <- liftIO . newNotificationHandle False . networkConnectedNotifier =<< getDaemonStatus go h Nothing