Skip to content

Commit

Permalink
Remove debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 13, 2023
1 parent 4003db8 commit 1fe6cbf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/barcode/sales_order.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,6 @@ class SOAllocateStockHandler extends BarcodeHandler {
@override
Future<void> onBarcodeUnhandled(Map<String, dynamic> data) async {

print("onBarcodeUnhandled:");
print(data.toString());

if (!data.containsKey("action_required") || !data.containsKey("line_item")) {
return super.onBarcodeUnhandled(data);
}
Expand Down

0 comments on commit 1fe6cbf

Please sign in to comment.