From: Paul Hänsch Date: Tue, 17 May 2022 12:14:00 +0000 (+0200) Subject: remove debug info X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=e83851d3bdcb41a24687a1579e35dcfa39db4722;p=shellwiki remove debug info --- diff --git a/tools.sh b/tools.sh index f0c1538..926c7e4 100644 --- a/tools.sh +++ b/tools.sh @@ -50,8 +50,6 @@ page_children(){ local page="${1%/}/" depth="${2:--1}" local glob pagedir IFS='' - debug "CHILDREN $page $depth" - [ "$depth" -eq 0 ] && return 0 printf %s\\n "$page" @@ -65,7 +63,6 @@ page_children(){ for glob in "$_EXEC/pages/$PATH_INFO/${page}"*/; do printf '%s\n' "${glob#"$_EXEC/pages/$PATH_INFO/"}"; done ;; esac \ - | debug \ | sort -u \ | while read -r page; do case $page in