From: Paul Hänsch Date: Thu, 28 Oct 2021 09:07:32 +0000 (+0200) Subject: remove debug output X-Git-Url: https://git.plutz.net/?p=rawnet;a=commitdiff_plain;h=2ec207345ff988a35994d6b7ab416fffe5a3eead;hp=411b95e5b6135b28f79e68275e43460a8032e449 remove debug output --- diff --git a/page_channel.sh b/page_channel.sh index 6042f37..111b6f9 100755 --- a/page_channel.sh +++ b/page_channel.sh @@ -110,7 +110,7 @@ elif [ "$CHANNEL_ID" ]; then [div .authors [h3 Authors:] $(for each in $CHANNEL_AUTHORS; do printf '[span .author . %s]\n' "$(user_idmap "$each" |UNSTRING |HTML)" - done |sort |debug) + done |sort) ] $(AUTHOR && printf '[a .button href="edit" edit]') [h1 .videos Videos]