mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2025-02-07 15:20:36 +03:00
Remove 1 redundant log message
This commit is contained in:
parent
0116f18c70
commit
d9058a7334
|
@ -146,7 +146,6 @@ console.log('Extension started.');
|
||||||
}
|
}
|
||||||
if (value === undefined) {
|
if (value === undefined) {
|
||||||
const item = await storage.get(key);
|
const item = await storage.get(key);
|
||||||
console.log('ITEM:', item);
|
|
||||||
return item;
|
return item;
|
||||||
}
|
}
|
||||||
if (value instanceof Date) {
|
if (value instanceof Date) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user