Remove remaining debug code

This commit is contained in:
1024jp 2023-05-06 16:10:13 +09:00
parent af46f2179e
commit 0de3c924c3

View File

@ -93,7 +93,7 @@ extension NSMutableAttributedString {
let truncationIndex = (self.string as NSString)
.lowerBoundOfComposedCharacterSequence(location, offsetBy: offset)
moof(self.string, location, offset, truncationIndex)
guard truncationIndex > 0 else { return }
self.replaceCharacters(in: NSRange(..<truncationIndex), with: "")