mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Clean up browser logs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user