From 9d90f9fc572406400254e02e32cbc93bec2a2e35 Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Wed, 21 Feb 2024 11:42:27 +1300 Subject: [PATCH] Revert "For the moment, log REQ subids, to help us determine if we have problems" This reverts commit 622d63564591c192af122f13da243225c2219934. --- src/nostr.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nostr.rs b/src/nostr.rs index 0935429..4f23dfb 100644 --- a/src/nostr.rs +++ b/src/nostr.rs @@ -61,8 +61,6 @@ impl WebSocketService { outpos += outlen; verify_char(input, b'"', &mut inpos)?; // FIXME: json_unescape should eat the closing quote - log::info!("{}: REQ[\"{}\",..]", self.peer, subid); - // Read the filter into the session buffer let mut filters: Vec = Vec::new(); loop {