Skip to content

Commit

Permalink
Disable unused job flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
progala committed Oct 2, 2024
1 parent 8de2c18 commit bfdbc8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nautobot_ssot/integrations/servicenow/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class ServiceNowDataTarget(DataTarget, Job): # pylint: disable=abstract-method

debug = BooleanVar(description="Enable for more verbose logging.")

delete_records = BooleanVar(description="Delete synced records from ServiceNow if not present in Nautobot")
# TODO: Implement or remove
# delete_records = BooleanVar(description="Delete synced records from ServiceNow if not present in Nautobot")

site_filter = ObjectVar(
description="Only sync records belonging to a single Site.",
Expand Down

0 comments on commit bfdbc8f

Please sign in to comment.