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);
|
||||
console.log("custom", custom);
|
||||
if (custom) {
|
||||
try {
|
||||
valid.push(JSON.parse(custom));
|
||||
|
Loading…
x
Reference in New Issue
Block a user