Ver código fonte

removed old code fragment

boombuler 9 anos atrás
pai
commit
4cadd42ac9
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      pdf417/encoder.go

+ 0 - 1
pdf417/encoder.go

@@ -21,7 +21,6 @@ func Encode(data string, securityLevel byte) (barcode.Barcode, error) {
 
 	sl := securitylevel(securityLevel)
 
-	//dataEncoder := newDataEncoder()
 	dataWords, err := highlevelEncode(data)
 	if err != nil {
 		return nil, err