Skip to content

Commit

Permalink
SNOW-949387: Remove unnecessary logging (#674)
Browse files Browse the repository at this point in the history
Remove console.log
  • Loading branch information
sfc-gh-pbulawa authored Oct 24, 2023
1 parent 74442f2 commit 93eef4d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/ocsp_mock/testConnectionOcspMock.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ describe('Connection test with OCSP Mock', function ()
{
const valid = cloneConnOption(connOption.valid);

console.log(connOption.valid);

const isHttps = valid.accessUrl.startsWith("https");

function connect(errcode, connection, callback)
Expand Down

0 comments on commit 93eef4d

Please sign in to comment.