Drop debugging code from UPCEWriter (#803)

This commit is contained in:
David Sanders 2017-05-14 09:53:42 -07:00 committed by Sean Owen
parent 3d0468e92f
commit 5a5237b4a8

View file

@ -35,11 +35,6 @@ public final class UPCEWriter extends UPCEANWriter {
(7 * 6) + // bars
6; // end guard
public static void main(String[] args) throws Exception {
BitMatrix bm = new UPCEWriter().encode("12345670", BarcodeFormat.UPC_E, 200, 100, null);
System.out.println(bm);
}
@Override
public BitMatrix encode(String contents,
BarcodeFormat format,