aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/serve.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/serve.js b/lib/serve.js
index 087a45f..16ab12c 100644
--- a/lib/serve.js
+++ b/lib/serve.js
@@ -595,8 +595,6 @@ Serve.prototype.logbook2 = function (path) {
filter: q.filter,
}
- var channelAndTag = "logbook"
-
channels.getMessages(this.app.sbot, channelAndTag, opts, this, function(messageStream, serve) {
pull(messageStream,
serve.renderThreadPaginated(opts, null, q),