chiark / gitweb /
done
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Oct 2020 00:30:42 +0000 (01:30 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 14 Oct 2020 00:30:42 +0000 (01:30 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
src/api.rs

index 233132956ad11ca6b6ad3df732323a9ef2e85051..3c99c8f5aabc3b665ae0a725741e60d19f40c2f9 100644 (file)
@@ -199,8 +199,6 @@ struct ApiPieceWrest {
 #[throws(OE)]
 fn api_wrest(form : Json<ApiPiece<ApiPieceWrest>>)
             -> 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)
 }