diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-05-30 14:03:23 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-05-30 14:03:23 -0400 |
| commit | 7b8b77936096e9a081494bce2756b9793d98a345 (patch) | |
| tree | 69a0fb558e005b1844d12f15867a9fc034dc3afb /src/Propellor/Spin.hs | |
| parent | 536d9fec70eb3343e51200915555ac651a57f3f4 (diff) | |
revert test
Diffstat (limited to 'src/Propellor/Spin.hs')
| -rw-r--r-- | src/Propellor/Spin.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Spin.hs b/src/Propellor/Spin.hs index 9685a486..3ff1ec21 100644 --- a/src/Propellor/Spin.hs +++ b/src/Propellor/Spin.hs @@ -102,7 +102,6 @@ getSshTarget target hst go (Left e) = useip (show e) go (Right addrinfos) = do configaddrinfos <- catMaybes <$> mapM iptoaddr configips - print (configips, configaddrinfos, map addrAddress addrinfos) if any (`elem` configaddrinfos) (map addrAddress addrinfos) then return target else useip ("DNS lookup did not return any of the expected addresses " ++ show configips) |
