Skip to content

Commit 1d859c5

Browse files
committed
remove console
1 parent 71b20c8 commit 1d859c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/eppo-client.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,6 @@ describe('EppoClient E2E test', () => {
869869
subject.subjectAttributes,
870870
);
871871
const sa = assignmentWithReason.assignment;
872-
console.log('Assigned ' + sa + ' because ' + assignmentWithReason.reason);
873872
if (sa === null) return null;
874873
return EppoValue.String(sa);
875874
}
@@ -1086,7 +1085,6 @@ describe(' EppoClient getAssignment From Obfuscated RAC', () => {
10861085
true,
10871086
);
10881087
const sa = assignmentWithReason.assignment;
1089-
console.log('Assigned ' + sa + ' because ' + assignmentWithReason.reason);
10901088
if (sa === null) return null;
10911089
return EppoValue.String(sa);
10921090
}

0 commit comments

Comments
 (0)