Skip to content
This repository has been archived by the owner on Oct 17, 2019. It is now read-only.

Commit

Permalink
Remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
mujx committed Sep 7, 2018
1 parent 9e8f0b7 commit 245a373
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/timeline/TimelineView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 245a373

Please sign in to comment.