remove debug prints

This commit is contained in:
Joey Hess 2013-05-30 13:36:51 -04:00
parent 79e080c120
commit 273798c8bd

View file

@ -66,9 +66,7 @@ lookupSRV (SRV srv) = initResolver [] $ \resolver -> do
#ifdef WITH_DNS
lookupSRV (SRV srv) = do
seed <- makeResolvSeed defaultResolvConf
print srv
r <- withResolver seed $ flip DNS.lookupSRV $ B8.fromString srv
print r
return $ maybe [] (orderHosts . map tohosts) r
where
tohosts (priority, weight, port, hostname) =