Skip to content

Commit 70dfd84

Browse files
committed
remove debug statements
1 parent 01ee2f1 commit 70dfd84

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/integration/transactions/transactions.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,6 @@ describe('Transactions', function () {
5959
const err = await session.withTransaction(fnThatReturnsBadPromise).catch(err => err);
6060
expect(err).to.equal(undefined);
6161
await session.endSession();
62-
// .then(() => done(Error('Expected error')))
63-
// .catch(err => {
64-
// expect(err).to.equal(undefined);
65-
// session.endSession(done);
66-
// });
6762
}
6863
});
6964

0 commit comments

Comments
 (0)