Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
SabrinaTardio committed Apr 12, 2024
1 parent b07845c commit 590e8fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/ErrorPage/ErrorPageHTMLTemplate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ public enum SSLErrorType {
}

func specificMessage(for domain: String, eTldPlus1: String) -> String {
let tld = TLD()
let boldDomain = "<span style=\"font-weight: 600;\">\(domain)</span>"
let boldETldPlus1 = "<span style=\"font-weight: 600;\">\(eTldPlus1)</span>"
switch self {
Expand Down

0 comments on commit 590e8fd

Please sign in to comment.