summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-17 15:44:14 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-17 15:44:14 -0400
commit363c117ab4eafdd9ea78351079ca0b642f486c68 (patch)
tree8225cae059705a1fc5cf2544be78d38c171c74f9
parentd53efb1afb735234c61f04a348c507f9fbb0dbeb (diff)
remove debug print
-rw-r--r--Assistant/DaemonStatus.hs2
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