diff options
| author | Paul Buetow <paul@buetow.org> | 2026-03-01 17:38:33 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-03-01 17:38:33 +0200 |
| commit | 309c63c420c425a55ee2a91dd03c77138305a05d (patch) | |
| tree | f3d99c9168f3f83776b9bdfc26162a7cf7da1447 | |
| parent | ad91490664d34c121c0efa96441320ea8949233a (diff) | |
Remove leftover debug log from notes::generate
The 'Hello world' log line was leftover debug output that appeared
on every generation run.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
| -rw-r--r-- | lib/notes.source.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/notes.source.sh b/lib/notes.source.sh index 08af3e5..dc62caf 100644 --- a/lib/notes.source.sh +++ b/lib/notes.source.sh @@ -18,8 +18,6 @@ notes::generate () { log INFO "Generating Notes index for $notes_dir" - log INFO "Hello world" - cat <<NOTES > "$notes_dir/index.gmi.tmp" # Notes on $DOMAIN |
