mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Remove pointless return
This commit is contained in:
@@ -468,7 +468,6 @@ function toggleBannedStringsKillSwitch(isEnabled, title) {
|
||||
$('#send_banned_tokens_label').find('.menu_button').toggleClass('toggleEnabled', isEnabled).prop('title', title);
|
||||
settings.send_banned_tokens = isEnabled;
|
||||
saveSettingsDebounced();
|
||||
return '';
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user