meraki_content_filtering - Remove redundant API call with get_nets() (#55531)

* Remove redundant API call with get_nets()

* Add changelog fragment
This commit is contained in:
Kevin Breit
2019-04-24 14:27:21 -05:00
committed by Adam Miller
parent d0ae686525
commit 56da3825c6
2 changed files with 2 additions and 2 deletions

View File

@@ -172,8 +172,6 @@ def main():
org_id = meraki.params['org_id']
if not org_id:
org_id = meraki.get_org_id(meraki.params['org_name'])
nets = meraki.get_nets(org_id=org_id)
net_id = None
if net_id is None:
nets = meraki.get_nets(org_id=org_id)