From ca91db8ae5bd2e2bde8214f4a2713fdd63d281f8 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Oct 2020 01:30:42 +0100 Subject: [PATCH] done Signed-off-by: Ian Jackson --- src/api.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api.rs b/src/api.rs index 23313295..3c99c8f5 100644 --- a/src/api.rs +++ b/src/api.rs @@ -199,8 +199,6 @@ struct ApiPieceWrest { #[throws(OE)] fn api_wrest(form : Json>) -> impl response::Responder<'static> { - // xxx wresting does not seem to work, maybe client isn't doing it? - // ony for held pieces; works for pinned ones // xxx pinning should send to back api_piece_op(form) } -- 2.30.2