From 85d47226eedbecf798ec8420c9bd3812e429ef1b Mon Sep 17 00:00:00 2001 From: Anthony Date: Sun, 21 Feb 2021 22:49:50 +0000 Subject: [PATCH] remove unused import --- LabelStoreMax/lib/pages/checkout_shipping_type.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/LabelStoreMax/lib/pages/checkout_shipping_type.dart b/LabelStoreMax/lib/pages/checkout_shipping_type.dart index 5b6b696..d511cb7 100644 --- a/LabelStoreMax/lib/pages/checkout_shipping_type.dart +++ b/LabelStoreMax/lib/pages/checkout_shipping_type.dart @@ -8,8 +8,6 @@ // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -import 'dart:developer'; - import 'package:flutter/material.dart'; import 'package:label_storemax/app_state_options.dart'; import 'package:label_storemax/helpers/tools.dart';