Revert "For the moment, log REQ subids, to help us determine if we have problems"

This reverts commit 622d63564591c192af122f13da243225c2219934.
This commit is contained in:
Mike Dilger 2024-02-21 11:42:27 +13:00
parent 622d635645
commit 9d90f9fc57

View File

@ -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<OwnedFilter> = Vec::new();
loop {