From b2eb457436ccb849287fbef227de1ed42aca50b5 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Wed, 19 Jun 2024 09:52:13 -0700 Subject: [PATCH] fixup! after rebasing on #9533, remove TODO comment --- packages/zoe/src/contractFacet/typeGuards.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/zoe/src/contractFacet/typeGuards.js b/packages/zoe/src/contractFacet/typeGuards.js index 0d5fece3f4c..044a283298e 100644 --- a/packages/zoe/src/contractFacet/typeGuards.js +++ b/packages/zoe/src/contractFacet/typeGuards.js @@ -17,8 +17,6 @@ export const ZcfI = M.interface( makeInvitation: M.call(M.raw(), M.string()) .optional(M.record(), M.pattern()) .returns(M.promise()), - // TODO raw argument should be mandatory, but there's a no-arg call in - // the documentation repo setTestJig: M.call().optional(M.raw()).returns(), }, {