diff --git a/build.bat b/build.bat
index 471a1e44d9fae7d03f46140fbad0d6c897bd470b..6a04e7783b4eb8a80c5a6b005873f32d84d4778c 100644
--- a/build.bat
+++ b/build.bat
@@ -2,10 +2,7 @@
 
 set CLEAN_AFTER=no
 
-rem call clean.bat
-
 cd build_scripts\windows
-rem call win_download_dependencies
 set DEPENDENCIES_LINK_TYPE=static
 call win_VS_build_x64_debug.bat
 cd ..\..
diff --git a/build.sh b/build.sh
index e25792039c945f8b6c7105d64357f846f7c9c23a..edf7c4ce423c03e27e28d1fb8a6ceffaa296e807 100755
--- a/build.sh
+++ b/build.sh
@@ -2,8 +2,6 @@
 
 export CLEAN_AFTER=no
 
-#./clean.sh
-
 cd build_scripts/linux
 export DEPENDENCIES_LINK_TYPE=static
 ./linux_gcc_build_x64_debug_local.sh