Skip to content

Commit

Permalink
delete prints
Browse files Browse the repository at this point in the history
  • Loading branch information
JosePabloOcampo1212 committed Jan 8, 2025
1 parent d89b8ee commit fb02aa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugins/action/sda_anycast_gateways_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ def update_all_params(self):
def get_object_by_name(self, name, is_absent=False):
result = None
# NOTE: Does not have a get by name method or it is in another action
print(self.get_all_params(name=name))
try:
items = self.dnac.exec(
family="sda",
Expand Down
1 change: 0 additions & 1 deletion plugins/action/sda_layer3_virtual_networks_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def get_all_params(self, name=None, id=None):
self.new_object.get('anchored_site_id') or self.new_object.get('payload')[0]['anchoredSiteId']
new_object_params['offset'] = self.new_object.get('offset')
new_object_params['limit'] = self.new_object.get('limit')
print(new_object_params)
return new_object_params

def create_params(self):
Expand Down

0 comments on commit fb02aa4

Please sign in to comment.