Skip to content
Snippets Groups Projects
Commit 2454ef92 authored by Beat Küng's avatar Beat Küng Committed by Lorenz Meier
Browse files

Tools/check_submodules.sh: remove unnecessary verbose message

This was printed for all submodules.
parent d05b268d
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment