Skip to content

Commit

Permalink
chore(quickSend.contract): clean up some logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Oct 19, 2024
1 parent 1fa4de0 commit d893a92
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/orchestration/src/examples/quickSend.contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,7 @@ export const contract = async (zcf, privateArgs, zone, tools) => {
'WatcherCont',
ifaceTODO,
/** @param {QuickSendAccounts & CopyRecord} accts */
accts => {
console.log('@@@init accts', accts);
return { ...accts };
},
accts => ({ ...accts }),
{
actions: {
// TODO: skip continuing invitation gymnastics
Expand Down

0 comments on commit d893a92

Please sign in to comment.