diff --git a/lib/pages/carton/carton_cargo_table.dart b/lib/pages/carton/carton_cargo_table.dart index a69557a..65c7e47 100644 --- a/lib/pages/carton/carton_cargo_table.dart +++ b/lib/pages/carton/carton_cargo_table.dart @@ -77,8 +77,6 @@ class _CargoTableState extends State { CargoType cargo; - print("copy remainingWeight>>>${this.remainingWeight}"); - var rows = widget.cargoTypes.map((c) { return MyDataRow( onSelectChanged: (bool selected) async {