Clean up browser logs

This commit is contained in:
Cohee
2023-09-05 18:23:24 +03:00
parent 5ef79bd64d
commit bbed147ce5
8 changed files with 8 additions and 11 deletions

View File

@ -56,7 +56,7 @@ class EdgeTtsProvider {
$('#edge_tts_rate').on("input", () => {this.onSettingsChange()})
await this.checkReady()
console.info("Settings loaded")
console.debug("EdgeTTS: Settings loaded")
}

View File

@ -74,7 +74,7 @@ class ElevenLabsTtsProvider {
$('#elevenlabs_tts_settings').on('input',this.onSettingsChange)
await this.checkReady()
console.info("Settings loaded")
console.debug("ElevenLabs: Settings loaded")
}
// Perform a simple readiness check by trying to fetch voiceIds

View File

@ -92,7 +92,7 @@ class NovelTtsProvider {
this.populateCustomVoices()
await this.checkReady()
console.info("Settings loaded")
console.debug("NovelTTS: Settings loaded")
}
// Perform a simple readiness check by trying to fetch voiceIds

View File

@ -67,7 +67,7 @@ class SileroTtsProvider {
await this.checkReady()
console.info("Settings loaded")
console.debug("SileroTTS: Settings loaded")
}
// Perform a simple readiness check by trying to fetch voiceIds

View File

@ -151,7 +151,7 @@ class SystemTtsProvider {
$('#system_tts_pitch_output').text(this.settings.pitch);
$('#system_tts_rate_output').text(this.settings.rate);
console.info("Settings loaded");
console.debug("SystemTTS: Settings loaded");
}
// Perform a simple readiness check by trying to fetch voiceIds