Skip to content

Commit 69b44cd

Browse files
committed
Remove debug output.
1 parent cfc9f74 commit 69b44cd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/MarkdownKit/HTML/NamedCharacters.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2170,7 +2170,6 @@ public struct NamedCharacters {
21702170
]
21712171

21722172
public static let characterNameMap: [Character : String] = {
2173-
print("COUNT = \(NamedCharacters.namedCharacterMap.count)")
21742173
var map = [Character : String](minimumCapacity: NamedCharacters.namedCharacterMap.count)
21752174
for (k, v) in NamedCharacters.namedCharacterMap {
21762175
map[v] = k

0 commit comments

Comments
 (0)