Delete some commented-out text.

This commit is contained in:
Brent Simmons 2019-02-10 17:16:23 -08:00
parent 7f4634b790
commit 5dbf194875
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@ private extension ArticleRenderer {
return s as String
}()
// func textInsideTag(_ text: String, _ tag: String) -> String {
// return "<\(tag)>\(text)</\(tag)>"
// }
func styleString() -> String {
return articleStyle.css ?? ArticleRenderer.defaultStyleSheet
}