Skip to content

Commit

Permalink
chore: remove a console log
Browse files Browse the repository at this point in the history
  • Loading branch information
niekcandaele authored and emielvanseveren committed Oct 27, 2024
1 parent d7b657f commit f774746
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const tests = [
});

const resultLogs = (await events)[0].data.meta.result.logs;
console.log(JSON.stringify(resultLogs, null, 2));
expect(resultLogs.some((log: any) => log.msg.match(/giveItem 200 OK/))).to.be.true;
},
}),
Expand Down

0 comments on commit f774746

Please sign in to comment.