From: Paul Hänsch Date: Tue, 6 Feb 2024 23:29:33 +0000 (+0100) Subject: remove debug output X-Git-Url: https://git.plutz.net/?p=shellwiki;a=commitdiff_plain;h=2506cfcd83b7247d669818e3cdf8d34b0b04404a remove debug output --- diff --git a/macros/pagelist b/macros/pagelist index cdc7485..178a9a0 100755 --- a/macros/pagelist +++ b/macros/pagelist @@ -58,7 +58,6 @@ print_page() { # resolve name of each path element while [ "${pfrag%/*}" -a "${pfrag%/*}" != "${pfrag}" ]; do pfrag="${pfrag%/*}" - debug "$page - $pfrag" title="$(DB3 get "${pfrag}" || ! page_title "$(page_abs "${pfrag}")")/${title}" && break done # keep resolved names in cache