mirror of
https://github.com/mikedilger/chorus.git
synced 2026-03-04 06:36:27 +00:00
Revert "For the moment, log REQ subids, to help us determine if we have problems"
This reverts commit 622d63564591c192af122f13da243225c2219934.
This commit is contained in:
parent
622d635645
commit
9d90f9fc57
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user