summary refs log tree commit diff
path: root/src/timeline/TimelineView.cpp
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-07 20:31:47 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-09-07 20:31:47 +0300
commit245a3735e5bdfcf13e3464dde3c589154ee8cd7f (patch)
tree5516890677a4f5d5349c8dc2ce5250900d4e2df7 /src/timeline/TimelineView.cpp
parentInitial support for sending markdown formatted messages (diff)
downloadnheko-245a3735e5bdfcf13e3464dde3c589154ee8cd7f.tar.xz
Remove debug prints
Diffstat (limited to 'src/timeline/TimelineView.cpp')
-rw-r--r--src/timeline/TimelineView.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/timeline/TimelineView.cpp b/src/timeline/TimelineView.cpp

index d09f5d5f..87fa18db 100644 --- a/src/timeline/TimelineView.cpp +++ b/src/timeline/TimelineView.cpp
@@ -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; }