From 6094aa868208edf5b7a6c6c53040fd34063ad84b Mon Sep 17 00:00:00 2001 From: Arthur Date: Tue, 25 Nov 2025 11:16:05 -0800 Subject: [PATCH] update comments --- netbox/extras/jobs.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/netbox/extras/jobs.py b/netbox/extras/jobs.py index d1c5f0607..930f327ac 100644 --- a/netbox/extras/jobs.py +++ b/netbox/extras/jobs.py @@ -109,9 +109,6 @@ class ScriptJob(JobRunner): script.request = request self.logger.debug(f"Request ID: {request.id if request else None}") - # Execute the script. Always use request processors to set up the execution context (e.g. branch activation). - # The event_tracking context manager is one of the request processors and will be activated regardless of - # the commit flag, but it only records changes when commit=True. if commit: self.logger.info("Executing script (commit enabled)") else: