removed some remnant debug logs

This commit is contained in:
Aisu Wata
2024-04-04 03:08:17 -03:00
parent cf6705baff
commit 5ab9d9b863
2 changed files with 1 additions and 4 deletions

View File

@ -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;
}