mirror of
https://github.com/kind-0/nsecbunkerd.git
synced 2026-08-01 07:21:42 +00:00
Remove debug message
This commit is contained in:
parent
c7f546add1
commit
d2cc06244e
@ -225,12 +225,6 @@ class Daemon {
|
||||
this.ndk.pool.on('relay:disconnect', (r) => {
|
||||
console.log(`🚫 Disconnected from ${r.url}`);
|
||||
});
|
||||
|
||||
setInterval(() => {
|
||||
const stats = this.ndk.pool.stats();
|
||||
|
||||
console.log(`📡 ${stats.connected} connected, ${stats.disconnected} disconnected, ${stats.connecting} connecting`);
|
||||
}, 10000);
|
||||
}
|
||||
|
||||
async start() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user