mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Remove debug prints
This commit is contained in:
parent
9e8f0b7409
commit
245a3735e5
1 changed files with 0 additions and 3 deletions
|
@ -1264,9 +1264,6 @@ toRoomMessage<mtx::events::msg::Text>(const PendingMessage &m)
|
|||
text.body = utils::stripHtml(html);
|
||||
text.formatted_body = html;
|
||||
|
||||
std::cout << "body: " << text.body << std::endl;
|
||||
std::cout << "formatted_body: " << text.formatted_body << std::endl;
|
||||
|
||||
return text;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue