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