Skip to content

Commit

Permalink
Merge branch 'jkala-deploy-result' of github.com:nautobot/nautobot-pl…
Browse files Browse the repository at this point in the history
…ugin-golden-config into jkala-deploy-result
  • Loading branch information
jeffkala committed Sep 15, 2023
2 parents 1955b97 + 029fbcc commit df872f9
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 df872f9

Please sign in to comment.