Skip to content

Commit d99d149

Browse files
authoredMar 19, 2025
common: Remove diagnostic logging (#2305)
This is leftover from #2296 when I was trying to understand why some realms weren’t catching the flag.
1 parent 0ef4bb2 commit d99d149

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎packages/runtime-common/realm.ts

-4
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,6 @@ export class Realm {
292292
this.backfillRetentionPolicies();
293293

294294
this.#disableMatrixRealmEvents = disableMatrixRealmEvents ?? false;
295-
console.log(
296-
`disableMatrixRealmEvents for realm url ${url}`,
297-
this.#disableMatrixRealmEvents,
298-
);
299295

300296
let loader = new Loader(fetch, virtualNetwork.resolveImport);
301297
adapter.setLoader?.(loader);

0 commit comments

Comments
 (0)
Failed to load comments.