Skip to content

Commit cb37177

Browse files
committed
[core] remove always enabled console.log in storage that's been here for over a year?
1 parent 9f205e2 commit cb37177

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/client/dom/storage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export default function (client: ScramjetClient, self: typeof window) {
4646
if (prop in Object.prototype || typeof prop === "symbol") {
4747
return Reflect.get(target, prop);
4848
}
49-
console.log("GET", prop, target == realLocalStorage);
5049

5150
return target.getItem(client.url.host + "@" + (prop as string));
5251
}

0 commit comments

Comments
 (0)