Skip to content

Commit 0eee286

Browse files
committed
chore: remove obsolete console log
1 parent db68687 commit 0eee286

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/browser-sdk/src/client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -689,7 +689,6 @@ export class ReflagClient {
689689

690690
// Nothing has changed, skipping update
691691
if (deepEqual(this.context, newContext)) return;
692-
console.log("diffed");
693692
this.context = newContext;
694693

695694
if (context.company) {

0 commit comments

Comments
 (0)