Skip to content

Commit b9c22d6

Browse files
committed
Remove stray log line.
1 parent e4f9946 commit b9c22d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tokenizers/indicphone/indicphone.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package indicphone
22

33
import (
44
"errors"
5-
"fmt"
65
"slices"
76
"strings"
87

@@ -98,8 +97,6 @@ func (ip *IndicPhone) ToQuery(s string, lang string) (string, error) {
9897
numKeys = 1
9998
}
10099

101-
fmt.Println(numKeys)
102-
103100
// De-duplicate tokens.
104101
tokens := slices.Compact([]string{key2, key1, key0})
105102

0 commit comments

Comments
 (0)