Remove no-longer-needed removal of that weird character Six Colors uses in some of their headlines.

This commit is contained in:
Brent Simmons 2019-08-04 23:02:09 -07:00
parent 536ac205a0
commit 13797c6693

View File

@ -65,7 +65,6 @@ struct TimelineStringFormatter {
s = s.replacingOccurrences(of: "\r", with: "")
s = s.replacingOccurrences(of: "\t", with: "")
s = s.rsparser_stringByDecodingHTMLEntities()
s = s.replacingOccurrences(of: "", with: "")
s = s.rs_stringByTrimmingWhitespace()
s = s.rs_stringWithCollapsedWhitespace()