Drop redundant call (#1331)

This commit is contained in:
Ross Scroggs
2021-03-13 09:16:47 -08:00
committed by GitHub
parent 00adf4ca46
commit e9d9353fbb

View File

@@ -184,7 +184,6 @@ def print_(returnFields=None,
titles = ['productId', 'licenses']
else:
fields = f'nextPageToken,items({returnFields})'
customer_id = _get_customerid()
if skus:
for sku in skus:
if not products: