Remove unnecessary comment

This commit is contained in:
Guillaume Delacour 2020-06-26 22:09:44 +02:00
parent 2a96444f75
commit 234f8f9363
No known key found for this signature in database
GPG key ID: 9986518B9AAAA0A5

View file

@ -617,7 +617,6 @@ DetectOpenAPIFile()
DetectCloudFormationFile()
{
# AWSTemplateFormatVersion is optional
# grep -E '("|)AWSTemplateFormatVersion("|):'
if grep 'AWSTemplateFormatVersion' "${1}" > /dev/null; then
return 0
fi