]> source.dussan.org Git - sonar-scanner-cli.git/commitdiff
Remove pointless echo of %SONAR_SCANNER_HOME% 3.0.3.778
authorJanos Gyerik <janos.gyerik+windows@sonarsource.com>
Fri, 12 May 2017 12:45:16 +0000 (14:45 +0200)
committerJanos Gyerik <janos.gyerik+windows@sonarsource.com>
Fri, 12 May 2017 12:45:16 +0000 (14:45 +0200)
src/main/assembly/bin/sonar-runner.bat
src/main/assembly/bin/sonar-scanner.bat

index 4b2af6602097fdead40d10e84e925a3a2aa2e699..0c5fdb2cc356332800cd1dfc0942be9f49101a8d 100644 (file)
@@ -63,7 +63,6 @@ if "%SONAR_RUNNER_OPTS%" == "" (
 
 @REM ==== START RUN ====
 :run
-echo %SONAR_RUNNER_HOME%
 
 set PROJECT_HOME=%CD%
 
index 337fadbb9a10fccd617c3c10eeb1d266d4cf20c2..c75e28e766f30e70afd188e59955fea2153ae107 100644 (file)
@@ -62,7 +62,6 @@ goto run
 
 @REM ==== START RUN ====
 :run
-echo %SONAR_SCANNER_HOME%
 
 set PROJECT_HOME=%CD%