diff --git a/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php b/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php index 571d44b2..7f65262a 100644 --- a/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php +++ b/src/Services/LabelSystem/BarcodeScanner/BarcodeScanHelper.php @@ -171,10 +171,6 @@ final class BarcodeScanHelper return LCSCBarcodeScanResult::parse($input); } - private function parseTMEBarcode(string $input): TMEBarcodeScanResult - { - return TMEBarcodeScanResult::parse($input); - } private function parseUserDefinedBarcode(string $input): ?LocalBarcodeScanResult {