mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
removed some remnant debug logs
This commit is contained in:
@ -752,7 +752,6 @@ function reloadMarkdownProcessor(render_formulas = false) {
|
||||
}
|
||||
|
||||
function getCurrentChatId() {
|
||||
console.debug(`selectedGroup:${selected_group}, this_chid:${this_chid}`);
|
||||
if (selected_group) {
|
||||
return groups.find(x => x.id == selected_group)?.chat_id;
|
||||
}
|
||||
|
Reference in New Issue
Block a user