mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-18 21:20:39 +01:00
Remove leftover event handler
This commit is contained in:
parent
ee101353d8
commit
93b6612c75
@ -11661,9 +11661,6 @@ jQuery(async function () {
|
||||
eventSource.on(event_types.GROUP_CHAT_DELETED, async (name) => {
|
||||
await deleteItemizedPrompts(name);
|
||||
});
|
||||
eventSource.on(event_types.CHARACTER_DELETED, async() => {
|
||||
|
||||
});
|
||||
|
||||
initCustomSelectedSamplers();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user