Remove extra logging line

This commit is contained in:
kozbial
2021-07-20 17:57:37 -07:00
committed by Monica Kozbial
parent 972f9bc386
commit 5e3209b6f5

View File

@@ -217,7 +217,6 @@ step3() {
local missing_requires=$(perl -nle'print $& while m{(?<!'\'')Blockly(\.\w+)+}g' "${filepath}")
if [[ ! -z "${missing_require_lines}" ]]; then
err $missing_require_lines
err "Missing requires for: ${missing_requires} Please manually fix."
fi