From 021a6b361fd09fe9a9bc0c6b4adc907ffe2e0bb5 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 21 Feb 2020 14:33:28 -0500 Subject: [PATCH] remove a bogus XXX note --- lib/commands/pin-rpc.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/commands/pin-rpc.js b/lib/commands/pin-rpc.js index 504733372..bd6852a67 100644 --- a/lib/commands/pin-rpc.js +++ b/lib/commands/pin-rpc.js @@ -499,7 +499,10 @@ Pinning.loadChannelPins = function (Env) { surplus: 0, pinned: 0, duplicated: 0, - users: 0, // XXX useful for admin panel ? + // in theory we could use this number for the admin panel + // but we'd have to keep updating it whenever a new pin log + // was created or deleted. In practice it's probably not worth the trouble + users: 0, }; const handler = function (ref, safeKey, pinned) {