浏览代码

removed echo

Daniel Gibbs 10 年之前
父节点
当前提交
55fff7a689
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      functions/check_steamcmd.sh

+ 0 - 1
functions/check_steamcmd.sh

@@ -8,7 +8,6 @@ lgsm_version="160316"
 
 
 fn_install_steamcmd(){
-echo "Installing steamCMD"
 if [ ! -d "${steamcmddir}" ]; then
 	mkdir -v "${steamcmddir}"
 fi