Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 7, 2024
1 parent 493e895 commit e8579ea
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test-nginx.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ describe('nginx config', () => {
// when
const body = await res.json();
// then
console.log('body:', body);
assert.equal(body['x-forwarded-proto'], 'https');
});

Expand All @@ -125,7 +124,6 @@ describe('nginx config', () => {
// when
const body = await res.json();
// then
console.log('body:', body);
assert.equal(body['x-forwarded-proto'], 'https');
});
});
Expand Down

0 comments on commit e8579ea

Please sign in to comment.