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 wrap: on
line diff
--- a/s4-funcs.sh	Mon Jun 15 06:21:06 2020 +0900
+++ b/s4-funcs.sh	Mon Jun 15 13:04:03 2020 +0900
@@ -105,7 +105,6 @@
   #	$S4WORLDS, $S4WROLDNAME, $S4WORLDGRPS
   # Files created in s4-world.sh
   #	$worldlistfile, $worldoptionfile, $worldnamefile, $worldgrpfile
-  err S4WORLDS set to $S4WORLDS -----
 fi
 
 
--- a/s4-world.sh	Mon Jun 15 06:21:06 2020 +0900
+++ b/s4-world.sh	Mon Jun 15 13:04:03 2020 +0900
@@ -48,7 +48,6 @@
 	S4WORLDS="▼spaste(\`$worldlistfile')"
 	S4WORLDNAME=${S4WORLD:+`cat $worldnamefile.$S4WORLD`}
 	S4WORLDGRPS="▼spaste(\`$worldgrpfile')"
-	err S4WORLDGRPS=$S4WORLDGRPS
       fi
       ;;
   esac
@@ -70,7 +69,6 @@
 syncflag=${db%.*}.synctime
 runflag=${db%.*}.run
 userupdateflag=`dirname $S4MASTERDB`/`basename $userupdateflag`
-err SYNCFLAG=$syncflag
 test ! -e "$userupdateflag"		&& return
 test "$syncflag" -nt "$userupdateflag"	&& return
 if [ -s "$runflag" ]; then

yatex.org