mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-01-31 11:35:37 +01:00
remove useless console.log
This commit is contained in:
parent
458535c7bc
commit
c9374bce13
@ -92,7 +92,6 @@ export function applyLocale(root = document) {
|
||||
|
||||
async function addLanguagesToDropdown() {
|
||||
const langs = await fetch('/locales/lang.json').then(response => response.json());
|
||||
console.log(langs);
|
||||
|
||||
for (const lang of langs) {
|
||||
const option = document.createElement('option');
|
||||
|
Loading…
x
Reference in New Issue
Block a user