We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db68687 commit 0eee286Copy full SHA for 0eee286
1 file changed
packages/browser-sdk/src/client.ts
@@ -689,7 +689,6 @@ export class ReflagClient {
689
690
// Nothing has changed, skipping update
691
if (deepEqual(this.context, newContext)) return;
692
- console.log("diffed");
693
this.context = newContext;
694
695
if (context.company) {
0 commit comments