Tools/check_submodules.sh: remove unnecessary verbose message

This was printed for all submodules.
This commit is contained in:
Beat Küng 2018-08-04 16:43:46 +02:00 committed by Lorenz Meier
parent d05b268d19
commit 2454ef9240
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ then
# called with a path then process only that path but respect $GIT_SUBMODULES_ARE_EVIL
[ -n "$GIT_SUBMODULES_ARE_EVIL" ] && {
# GIT_SUBMODULES_ARE_EVIL is set, meaning user doesn't want submodules updated
echo "GIT_SUBMODULES_ARE_EVIL is defined - Skipping submodules $1 update."
exit 0
}