From 97250689c1cafb0ee4640989010e92bd7d550ee8 Mon Sep 17 00:00:00 2001 From: error500 Date: Tue, 25 Jan 2022 13:52:53 +0600 Subject: [PATCH] migrate fix print --- lib/views/settings/printer/PrinterTest.dart | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/views/settings/printer/PrinterTest.dart b/lib/views/settings/printer/PrinterTest.dart index abbd4ca..660063b 100644 --- a/lib/views/settings/printer/PrinterTest.dart +++ b/lib/views/settings/printer/PrinterTest.dart @@ -125,9 +125,6 @@ Future> printTextCheck(PaperSize paper, String encoding, var data ) as } ticket.setGlobalCodeTable(codeTable); bytesResult += ticket.emptyLines(1); - //ticket.setGlobalFont(PosFontType.fontB); - - String qr = data['qr'];