Skip to content

Commit 577f290

Browse files
remove console.log
Signed-off-by: Thomas Poignant <[email protected]>
1 parent b18832b commit 577f290

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

libs/providers/go-feature-flag/src/lib/go-feature-flag-provider.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -968,10 +968,6 @@ describe('GoFeatureFlagProvider', () => {
968968
jest.useRealTimers();
969969
let callCount = 0;
970970
fetchMock.mockIf(/^http:\/\/localhost:1031\/v1\/flag\/configuration/, async (request) => {
971-
// read headers in the request
972-
const headers = request.headers;
973-
console.log('headers', headers.get('If-None-Match'));
974-
975971
callCount++;
976972
if (callCount <= 1) {
977973
return {

0 commit comments

Comments
 (0)