Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove log
  • Loading branch information
W-A-James committed Oct 17, 2024
commit bf4b60d2966f63225a2ceac3aac7264cf01768d3
1 change: 0 additions & 1 deletion test/integration/transactions/transactions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ describe('Transactions', function () {
client = this.configuration.newClient(undefined, { monitorCommands: true });
commandsStarted = [];
client.on('commandStarted', ev => {
console.log(ev);
commandsStarted.push(ev);
});
});
Expand Down