This is an automated email from the ASF dual-hosted git repository. neilcsmith pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/netbeans-nbpackage.git
The following commit(s) were added to refs/heads/master by this push: new 6d3df24 Remove debugging output from Windows launcher. new bed510e Merge pull request #31 from neilcsmith-net/win-launcher 6d3df24 is described below commit 6d3df247baed8f39f6f6b014c630f25f35a5711f Author: Neil C Smith <neilcsm...@apache.org> AuthorDate: Mon Jun 12 13:55:40 2023 +0100 Remove debugging output from Windows launcher. --- src/assembly/bin/nbpackage.cmd | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/assembly/bin/nbpackage.cmd b/src/assembly/bin/nbpackage.cmd index d84170e..60508fa 100644 --- a/src/assembly/bin/nbpackage.cmd +++ b/src/assembly/bin/nbpackage.cmd @@ -63,9 +63,6 @@ goto repoSetup :WinNTGetScriptDir for %%i in ("%~dp0..") do set "BASEDIR=%%~fi" -echo %~dp0 -echo %~dp0.. -echo %BASEDIR% :repoSetup set REPO= --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists