]> git.plutz.net Git - rawnet/commitdiff
remove debug output
authorPaul Hänsch <paul@plutz.net>
Thu, 28 Oct 2021 09:07:32 +0000 (11:07 +0200)
committerPaul Hänsch <paul@plutz.net>
Thu, 28 Oct 2021 09:07:32 +0000 (11:07 +0200)
page_channel.sh

index 6042f377cd2e1eeb25bdcc0f4380cdc2b37029c3..111b6f95241b1a1151845bf8410b9b3c57836be5 100755 (executable)
@@ -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]