From 1e6421d3dbb4932f8bf66127716412b2ae7e83ee Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Mon, 18 Nov 2024 16:30:14 +0200 Subject: [PATCH] Remove technical echo (#22) --- install.cmd | 1 - 1 file changed, 1 deletion(-) diff --git a/install.cmd b/install.cmd index 0743463..08457c4 100644 --- a/install.cmd +++ b/install.cmd @@ -203,7 +203,6 @@ for %%f in (%ARCHIVES%) do ( :: Create directory set message="Creating installation directory %INSTALL_DIR%" call :show_progress !message! -echo "INSTALL_DIR - %INSTALL_DIR%" if not exist %INSTALL_DIR% mkdir %INSTALL_DIR% if not !errorlevel! == 0 ( call :show_fail !message! "Failed to create %INSTALL_DIR%"