Skip to content

Commit 1f981b3

Browse files
committed
remove debug code
1 parent dc1a083 commit 1f981b3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

SwiftDraw/Renderer.SFSymbol.swift

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,6 @@ extension SFSymbolRenderer {
204204
} else {
205205
paths.append(SymbolPath(class: symbolClass, path: path))
206206
}
207-
} else {
208-
print("skippibng")
209207
}
210208
case let .text(text, point, attributes):
211209
if let path = makePath(for: text, at: point, with: attributes) {

0 commit comments

Comments
 (0)