Skip to content

Commit b65faea

Browse files
Accidental debug logging
1 parent 14d0e4e commit b65faea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Sources/TextFormation/ConsecutiveCharacterRecognizer.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public struct ConsecutiveCharacterRecognizer<Interface: TextSystemInterface> {
100100
public mutating func processMutation(_ mutation: TextMutation<Interface>) throws -> Bool {
101101
try updateState(mutation)
102102

103-
print(state)
104103
switch state {
105104
case .triggered:
106105
return true

0 commit comments

Comments
 (0)