Always warn if remove_host() is called on a non-live host. Previously a warning was only given if --verbose was specified.
This should never happen since the changes detailed in github issue #67, and if it does happen the user should know about it.
Coverage: 91.286% (+0.06%) from 91.23% when pulling 0fcacfd44db933df664dbd5989daba0ed76d4e40 on always-warn-if-non-live-host-removed into 55ec844fff02773df9bee6f58918acb116fac380 on master.
Always warn if remove_host() is called on a non-live host. Previously a warning was only given if
--verbose
was specified. This should never happen since the changes detailed in github issue #67, and if it does happen the user should know about it.