diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-22 15:11:43 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-22 15:11:43 -0400 |
commit | 266845a208cd8b216a241be631698a52747e9429 (patch) | |
tree | da5f74b1e956123f1b32952c14eb4f8d1d3089a4 /Assistant | |
parent | d4d14ab8143771268881856ff9633d758fb97b6d (diff) |
remove debug code
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/Threads/Upgrader.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Assistant/Threads/Upgrader.hs b/Assistant/Threads/Upgrader.hs index 26a165630..95000fbef 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 |