Explorar el Código

remove debug accidentally left.

Dean Karn hace 9 años
padre
commit
7085643b8c
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      translator.go

+ 0 - 2
translator.go

@@ -258,8 +258,6 @@ func (t *translator) T(key interface{}, params ...string) (string, error) {
 
 	var start, end, count int
 
-	fmt.Println(trans)
-
 	for i := 0; i < len(trans.indexes); i++ {
 		end = trans.indexes[i]
 		b = append(b, trans.text[start:end]...)