remove comment

This commit is contained in:
Anthony 2021-02-24 19:25:15 +00:00
parent 6280fde9f5
commit acffaada17

View File

@ -616,7 +616,6 @@ class _ProductDetailState extends State<ProductDetailPage> {
_viewExternalProduct() { _viewExternalProduct() {
if (_product.externalUrl != null && _product.externalUrl.isNotEmpty) { if (_product.externalUrl != null && _product.externalUrl.isNotEmpty) {
// launch(_product.externalUrl);
openBrowserTab(url: _product.externalUrl); openBrowserTab(url: _product.externalUrl);
} }
} }