From 245a3735e5bdfcf13e3464dde3c589154ee8cd7f Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Fri, 7 Sep 2018 20:31:47 +0300 Subject: [PATCH] Remove debug prints --- src/timeline/TimelineView.cpp | 3 --- 1 file changed, 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(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; }