remove debug print

pull/947/head
kakuilan 3 years ago
parent 5c55fb1c19
commit 0aa3d587e9
  1. 9
      translations/ko/ko_test.go

@ -1,7 +1,6 @@
package ko package ko
import ( import (
"fmt"
"testing" "testing"
"time" "time"
@ -724,14 +723,6 @@ func TestTranslations(t *testing.T) {
} }
} }
fmt.Printf("==========0000=========\n%v\n", tt)
tmp := fe.Translate(trans)
if tmp == "" {
println("--------nil")
} else {
fmt.Printf("==========1111=========\n%v ---\n%v ----\n", tt.expected, tmp)
}
NotEqual(t, fe, nil) NotEqual(t, fe, nil)
Equal(t, tt.expected, fe.Translate(trans)) Equal(t, tt.expected, fe.Translate(trans))
} }

Loading…
Cancel
Save