Kaynağa Gözat

remove dev code

Daniel Gibbs 6 yıl önce
ebeveyn
işleme
b4c6f561eb
1 değiştirilmiş dosya ile 0 ekleme ve 4 silme
  1. 0 4
      lgsm/functions/command_update_linuxgsm.sh

+ 0 - 4
lgsm/functions/command_update_linuxgsm.sh

@@ -100,11 +100,7 @@ fi
 # Ignoring server specific vars.
 # Ignoring server specific vars.
 echo -en "checking ${selfname}...\c"
 echo -en "checking ${selfname}...\c"
 fn_script_log_info "Checking ${selfname}"
 fn_script_log_info "Checking ${selfname}"
-echo "TMPDIR: ${tmpdir}"
-echo "ROOTDIR: ${rootdir}"
-echo "SELFNAME: ${selfname}"
 script_diff=$(diff <(sed '\/shortname/d;\/gameservername/d;\/gamename/d;\/githubuser/d;\/githubrepo/d;\/githubbranch/d' "${tmpdir}/linuxgsm.sh") <(sed '\/shortname/d;\/gameservername/d;\/gamename/d;\/githubuser/d;\/githubrepo/d;\/githubbranch/d' "${rootdir}/${selfname}"))
 script_diff=$(diff <(sed '\/shortname/d;\/gameservername/d;\/gamename/d;\/githubuser/d;\/githubrepo/d;\/githubbranch/d' "${tmpdir}/linuxgsm.sh") <(sed '\/shortname/d;\/gameservername/d;\/gamename/d;\/githubuser/d;\/githubrepo/d;\/githubbranch/d' "${rootdir}/${selfname}"))
-echo "=========================================="
 if [ "${script_diff}" != "" ]; then
 if [ "${script_diff}" != "" ]; then
 	fn_print_update_eol_nl
 	fn_print_update_eol_nl
 	fn_script_log_update "Checking ${selfname}"
 	fn_script_log_update "Checking ${selfname}"