s4

changeset 177:1adafaf079a0

remove debug code
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 20 Feb 2016 08:53:28 +0859
parents 2194af7e96f3
children ed2915aa2826
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Sat Feb 20 00:02:00 2016 +0859
     1.2 +++ b/s4-funcs.sh	Sat Feb 20 08:53:28 2016 +0859
     1.3 @@ -1344,7 +1344,7 @@
     1.4    showgroup "$grid"
     1.5  }
     1.6  listnewblogsql() { # $1=user
     1.7 -  tee tmp/sql.out<<EOF
     1.8 +  cat<<EOF
     1.9  with article_ctime as (
    1.10    select id,blogid,author,val ctime
    1.11    from article join article_s s using(id)