Remove debugging statement

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2013-08-10 06:54:43 -07:00
parent 5f63183247
commit 84e0c98c88

View File

@ -154,7 +154,6 @@ if [ -z "$vendor" ]; then
elif [ $vendor = linux ]; then
rcfile=shorewallrc.default;
else
echo "Vendor is '$vendor'"
rcfile=shorewallrc.$vendor
if [ ! -f $rcfile ]; then
echo "ERROR: $vendor is not a recognized host type" >&2