s4

changeset 810:ba11fd987baf feature-world

Remove trivial debug output
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 15 Jun 2020 13:04:03 +0900
parents bf64c57a5509
children 52c249ab4ca6
files s4-funcs.sh s4-world.sh
diffstat 2 files changed, 0 insertions(+), 3 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Mon Jun 15 06:21:06 2020 +0900
     1.2 +++ b/s4-funcs.sh	Mon Jun 15 13:04:03 2020 +0900
     1.3 @@ -105,7 +105,6 @@
     1.4    #	$S4WORLDS, $S4WROLDNAME, $S4WORLDGRPS
     1.5    # Files created in s4-world.sh
     1.6    #	$worldlistfile, $worldoptionfile, $worldnamefile, $worldgrpfile
     1.7 -  err S4WORLDS set to $S4WORLDS -----
     1.8  fi
     1.9  
    1.10  
     2.1 --- a/s4-world.sh	Mon Jun 15 06:21:06 2020 +0900
     2.2 +++ b/s4-world.sh	Mon Jun 15 13:04:03 2020 +0900
     2.3 @@ -48,7 +48,6 @@
     2.4  	S4WORLDS="▼spaste(\`$worldlistfile')"
     2.5  	S4WORLDNAME=${S4WORLD:+`cat $worldnamefile.$S4WORLD`}
     2.6  	S4WORLDGRPS="▼spaste(\`$worldgrpfile')"
     2.7 -	err S4WORLDGRPS=$S4WORLDGRPS
     2.8        fi
     2.9        ;;
    2.10    esac
    2.11 @@ -70,7 +69,6 @@
    2.12  syncflag=${db%.*}.synctime
    2.13  runflag=${db%.*}.run
    2.14  userupdateflag=`dirname $S4MASTERDB`/`basename $userupdateflag`
    2.15 -err SYNCFLAG=$syncflag
    2.16  test ! -e "$userupdateflag"		&& return
    2.17  test "$syncflag" -nt "$userupdateflag"	&& return
    2.18  if [ -s "$runflag" ]; then