Skip to content

Commit 8f6faaa

Browse files
committed
[core] remove unneeded console.log
1 parent 5f3c618 commit 8f6faaa

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/client/dom/storage.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ export default function (client: ScramjetClient, self: typeof window) {
5252
},
5353

5454
set(target, prop, value) {
55-
if (target == realLocalStorage)
56-
console.log("SET", prop, value, target === realLocalStorage);
5755
target.setItem(client.url.host + "@" + (prop as string), value);
5856

5957
return true;

0 commit comments

Comments
 (0)