Skip to content

Commit acffaad

Browse files
committed
remove comment
1 parent 6280fde commit acffaad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

LabelStoreMax/lib/pages/product_detail.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ class _ProductDetailState extends State<ProductDetailPage> {
616616

617617
_viewExternalProduct() {
618618
if (_product.externalUrl != null && _product.externalUrl.isNotEmpty) {
619-
// launch(_product.externalUrl);
620619
openBrowserTab(url: _product.externalUrl);
621620
}
622621
}

0 commit comments

Comments
 (0)