From acffaada1772a620c47902758725a466f0e4b89c Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 24 Feb 2021 19:25:15 +0000 Subject: [PATCH] remove comment --- LabelStoreMax/lib/pages/product_detail.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/LabelStoreMax/lib/pages/product_detail.dart b/LabelStoreMax/lib/pages/product_detail.dart index a70fed0..5240855 100644 --- a/LabelStoreMax/lib/pages/product_detail.dart +++ b/LabelStoreMax/lib/pages/product_detail.dart @@ -616,7 +616,6 @@ class _ProductDetailState extends State { _viewExternalProduct() { if (_product.externalUrl != null && _product.externalUrl.isNotEmpty) { - // launch(_product.externalUrl); openBrowserTab(url: _product.externalUrl); } }