mirror of
https://github.com/google/blockly.git
synced 2026-01-12 11:27:14 +01:00
Remove extra logging line
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user