Skip to content

Commit

Permalink
Update nautobot_golden_config/nornir_plays/config_deployment.py
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Wesch <[email protected]>
  • Loading branch information
jeffkala and joewesch authored Sep 15, 2023
1 parent a509479 commit 029fbcc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nautobot_golden_config/nornir_plays/config_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ def config_deployment(job_result, data, commit):
now = datetime.now()
logger = NornirLogger(__name__, job_result, data.get("debug"))
logger.log_debug("Starting config deployment")
logger.log_debug(f"{dir(job_result)}")
logger.log_debug(f"{type(job_result)}")
config_plan_qs = data["config_plan"]
if config_plan_qs.filter(status__slug="not-approved").exists():
logger.log_failure(
Expand Down

0 comments on commit 029fbcc

Please sign in to comment.