Skip to content

Commit

Permalink
test: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
iFergal committed Nov 5, 2024
1 parent f0fb01a commit 565e8c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/app/credentialing.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ describe('Credentialing', () => {
);
assert.equal(lastCall[1]!.method, 'GET');
assert.equal(lastCall[1]!.body, null);
console.log(JSON.stringify(lastCall, null, 2));
});
});

Expand Down

0 comments on commit 565e8c8

Please sign in to comment.