Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
fdgogogo committed Jan 31, 2024
1 parent e003916 commit 8b063b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class STTextViewSystemInterface: TextSystemInterface {
}

func applyStyle(to token: Neon.Token) {
print(token)
guard let attrs = attributeProvider(token),
let textRange = NSTextRange(token.range, in: textView.textContentManager)
else {
Expand Down

0 comments on commit 8b063b6

Please sign in to comment.