mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
remove useless console.log
This commit is contained in:
@@ -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');
|
||||
|
Reference in New Issue
Block a user