Skip to content

Commit

Permalink
remove extra log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kandarimegha committed Nov 24, 2024
1 parent ee396c6 commit 39a351a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/network_settings_workflow_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ def requires_update(self, have, want, obj_params):
requested_obj = want
self.log("Current State (have): {0}".format(current_obj), "DEBUG")
self.log("Desired State (want): {0}".format(requested_obj), "DEBUG")
self.log(obj_params)

return any(not dnac_compare_equality(current_obj.get(dnac_param),
requested_obj.get(ansible_param))
Expand Down

0 comments on commit 39a351a

Please sign in to comment.