Skip to content

Commit 9cf89ed

Browse files
committed
chore: removed log statement
1 parent 288e259 commit 9cf89ed

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/mp-instance.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1536,7 +1536,6 @@ function createKitBlocker(config, mpInstance) {
15361536
function createIdentityCache(mpInstance) {
15371537
const cacheKey = `${mpInstance._Store.storageName}-id-cache`;
15381538
if (mpInstance._Store.getNoFunctional()) {
1539-
console.log('createIdentityCache: noFunctional is true');
15401539
return new DisabledVault(cacheKey, { logger: mpInstance.Logger });
15411540
}
15421541
return new LocalStorageVault(cacheKey, { logger: mpInstance.Logger });

0 commit comments

Comments
 (0)