Skip to content

Commit 7085643

Browse files
Dean KarnDean Karn
authored andcommitted
remove debug accidentally left.
1 parent 6f955ef commit 7085643

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

translator.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ func (t *translator) T(key interface{}, params ...string) (string, error) {
258258

259259
var start, end, count int
260260

261-
fmt.Println(trans)
262-
263261
for i := 0; i < len(trans.indexes); i++ {
264262
end = trans.indexes[i]
265263
b = append(b, trans.text[start:end]...)

0 commit comments

Comments
 (0)