Remove debug

This commit is contained in:
Jason Rhinelander 2021-07-01 01:08:32 -03:00
parent 3bb32a81ff
commit 1d2246cda8
1 changed files with 1 additions and 3 deletions

View File

@ -563,10 +563,8 @@ void OxenMQ::proxy_loop() {
continue;
}
if (!proxy_handle_builtin(id, sock, parts)) {
LMQ_LOG(warn, "proxying to worker from connection ", id);
if (!proxy_handle_builtin(id, sock, parts))
proxy_to_worker(id, sock, parts);
}
if (connections_updated) {
// If connections got updated then our points are stale, to restart the proxy loop;