remove debug print

This commit is contained in:
Joey Hess 2013-03-17 15:44:14 -04:00
parent 3eb2d971ee
commit 69cc00c5fc

View file

@ -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 =