remove a highly verbose log lines

This commit is contained in:
Ryan Petrello
2020-06-10 11:50:13 -04:00
parent 753b8c287c
commit 64ebfa75a8
2 changed files with 0 additions and 3 deletions

View File

@@ -566,7 +566,6 @@ class WebhookMixin(models.Model):
def update_webhook_status(self, status):
if not self.webhook_credential:
logger.debug("No credential configured to post back webhook status, skipping.")
return
status_api = self.extra_vars_dict.get('tower_webhook_status_api')