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 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
|
||||||
, syncGitRemotes =
|
, syncGitRemotes =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue