remove debug print
This commit is contained in:
parent
3eb2d971ee
commit
69cc00c5fc
1 changed files with 0 additions and 2 deletions
|
@ -53,8 +53,6 @@ calcSyncRemotes = do
|
||||||
let good r = Remote.uuid r `elem` alive
|
let good r = Remote.uuid r `elem` alive
|
||||||
let syncable = filter good rs
|
let syncable = filter good rs
|
||||||
let nonxmpp = filter (not . isXMPPRemote) syncable
|
let nonxmpp = filter (not . isXMPPRemote) syncable
|
||||||
|
|
||||||
liftIO $ print (nonxmpp, map Remote.globallyAvailable nonxmpp)
|
|
||||||
|
|
||||||
return $ \dstatus -> dstatus
|
return $ \dstatus -> dstatus
|
||||||
{ syncRemotes = syncable
|
{ syncRemotes = syncable
|
||||||
|
|
Loading…
Reference in a new issue