changeset 701:fdd9c98f0888

Remove some debug output and include timestamp in err()
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 22 May 2020 08:35:05 +0900
parents f2971e549199
children 2c5ddb0b5f4c
files scripts/s4-sns.case
diffstat 1 files changed, 1 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/s4-sns.case	Fri May 22 07:47:53 2020 +0900
+++ b/scripts/s4-sns.case	Fri May 22 08:35:05 2020 +0900
@@ -1,7 +1,6 @@
 case $stage in
-home|"")
+  home|"")
     contenttype; echo
-    err HOME: just in rowid=`getpar rowid`
     [ -n "`getpar rowid`" ] && par2table $formdir/user.def
     showhome ${2:-$user}
     ;;
@@ -33,16 +32,13 @@
   "replyblog")
     contenttype; echo
     rowid=${2%%[!A-Z0-9a-z_]*}
-    ## err ROWid=$rowid, '$2'=$2
     . ./s4-blog.sh
-err blog_reply2 $rowid
     blog_reply $rowid
     ;;
   aid[1-9]*)
     arid=${1#aid}
     arid=${arid%%[!0-9]*}
     . ./s4-blog.sh
-err b_r_a "$arid"
     blog_reply_article "$arid"
     ;;
   reload*)	# Dirty workaround for reloading page just after submit

yatex.org