Do not log "custom"
This commit is contained in:
parent
f023351acc
commit
a425a786ef
@ -147,7 +147,6 @@ async function load(): Promise<Localization> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
const custom = localStorage.getItem(CUSTOM_KEY);
|
const custom = localStorage.getItem(CUSTOM_KEY);
|
||||||
console.log("custom", custom);
|
|
||||||
if (custom) {
|
if (custom) {
|
||||||
try {
|
try {
|
||||||
valid.push(JSON.parse(custom));
|
valid.push(JSON.parse(custom));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user