diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-17 15:44:14 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-17 15:44:14 -0400 |
commit | 363c117ab4eafdd9ea78351079ca0b642f486c68 (patch) | |
tree | 8225cae059705a1fc5cf2544be78d38c171c74f9 /Assistant | |
parent | d53efb1afb735234c61f04a348c507f9fbb0dbeb (diff) |
remove debug print
Diffstat (limited to 'Assistant')
-rw-r--r-- | Assistant/DaemonStatus.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Assistant/DaemonStatus.hs b/Assistant/DaemonStatus.hs index 6c71c60eb..774580f86 100644 --- a/Assistant/DaemonStatus.hs +++ b/Assistant/DaemonStatus.hs @@ -53,8 +53,6 @@ calcSyncRemotes = do let good r = Remote.uuid r `elem` alive let syncable = filter good rs let nonxmpp = filter (not . isXMPPRemote) syncable - - liftIO $ print (nonxmpp, map Remote.globallyAvailable nonxmpp) return $ \dstatus -> dstatus { syncRemotes = syncable |