Commit 91d0cc45 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent d80dc316
...@@ -187,7 +187,6 @@ error _WatchLink::_serveRX(context::Context ctx) { ...@@ -187,7 +187,6 @@ error _WatchLink::_serveRX(context::Context ctx) {
ctx->done().recvs(), // 0 ctx->done().recvs(), // 0
rxq.sends(&pkt), // 1 rxq.sends(&pkt), // 1
}); });
//printf("rxq <- pkt: -> sel #%d\n", _);
if (_ == 0) if (_ == 0)
return E(ctx->err()); return E(ctx->err());
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment