ssb: Remove log noise.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 8m43s

This commit is contained in:
2025-11-29 21:34:25 -05:00
parent c0dd47ba28
commit 83fd005ded
5 changed files with 8 additions and 34 deletions

View File

@@ -37,8 +37,6 @@ class TfNewsElement extends LitElement {
let self = this;
let messages_by_id = {};
console.log('processing', messages.length, 'messages');
function ensure_message(id, rowid) {
let found = messages_by_id[id];
if (found) {