浏览代码

remove unwanted code

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

+ 0 - 3
lgsm/functions/check_steamcmd.sh

@@ -47,9 +47,6 @@ fn_check_steamcmd(){
 	# Checks if SteamCMD exists when starting or updating a server.
 	# Only install if steamcmd package is missing or steamcmd dir is missing.
 	if [ ! -f "${steamcmddir}/steamcmd.sh" ]&&[ -z "$(command -v steamcmd 2>/dev/null)" ]; then
-		echo "#############"
-		which steamcmd
-		echo "#############"
 		if [ "${function_selfname}" == "command_install.sh" ]; then
 			fn_install_steamcmd
 		else