Remove a debugging line that snuck in with r282419.

Pointyhat:	gjb
MFC after:	3 days
X-MFC-With:	r282419
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2015-05-04 21:34:19 +00:00
parent d7149f4e51
commit 431e39f8d7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282435

View File

@ -33,7 +33,6 @@ cw-ec2-portinstall:
@touch ${.TARGET}
ec2ami: cw-ec2 ${CW_EC2_PORTINSTALL}
@false
.if !defined(AWSKEYFILE) || !exists(${AWSKEYFILE})
@echo "--------------------------------------------------------------"
@echo ">>> AWSKEYFILE must point at AWS keys for EC2 AMI creation"