Skip to content

Commit

Permalink
remove done TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundell committed Sep 9, 2017
1 parent b9797ca commit 0cf9e36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ private String generateText(ChannelHistory.Message message) {
.replaceAll("<h", "h")
.replaceAll("/>", "")
.replaceAll(">", "")
.replaceAll("\\?(.*)", ""); // < TODO test
.replaceAll("\\?(.*)", "");
}

private String generateTitle(ChannelHistory.Message message) {
Expand Down

0 comments on commit 0cf9e36

Please sign in to comment.