From 98dd35a1f09ae4f03730d8d386bcc8245c6fff52 Mon Sep 17 00:00:00 2001 From: PraetorP Date: Fri, 08 Dec 2023 06:25:22 +0000 Subject: [PATCH] refactor: remove unused code --- --- a/js-packages/playgrounds/unique.dev.ts +++ b/js-packages/playgrounds/unique.dev.ts @@ -1198,20 +1198,6 @@ externalMotion.encodedLength, ); - // const councilProposalIdx = await this.helper.collective.council.proposalCount() - 1; - // await this.helper.collective.council.vote(aliceAccount, motionHash, councilProposalIdx, true); - - - // await this.helper.collective.council.close( - // aliceAccount, - // motionHash, - // councilProposalIdx, - // { - // refTime: 1_000_000_000, - // proofSize: 1_000_000, - // }, - // externalMotion.encodedLength, - // ); console.log('\t* Propose external motion through council.......DONE'); // <<< Propose external motion through council <<< -- gitstuff