Navaron Bracke

remove redundant debug print

@@ -132,7 +132,6 @@ class _MobileScannerState extends State<MobileScanner> @@ -132,7 +132,6 @@ class _MobileScannerState extends State<MobileScanner>
132 widget.onStart?.call(arguments); 132 widget.onStart?.call(arguments);
133 widget.onScannerStarted?.call(arguments); 133 widget.onScannerStarted?.call(arguments);
134 }).catchError((error) { 134 }).catchError((error) {
135 - debugPrint('mobile_scanner: $error');  
136 if (mounted) { 135 if (mounted) {
137 setState(() { 136 setState(() {
138 _startException = error as MobileScannerException; 137 _startException = error as MobileScannerException;