diff --git a/git-pull-all.bat b/git-pull-all.bat index a67f9b4..b9a64a4 100644 --- a/git-pull-all.bat +++ b/git-pull-all.bat @@ -12,9 +12,6 @@ set BASEDIR=..\.. )))) -echo basedir = %BASEDIR% -@GOTO END - if not exist %BASEDIR% ( echo *** [%BASEDIR%] not exist! Exit now. *** @ GOTO END