From e7b85aa7d96ca073f641db409145339fd672c394 Mon Sep 17 00:00:00 2001 From: Andrew Brain <61482022+ABrain7710@users.noreply.github.com> Date: Wed, 2 Feb 2022 08:48:45 -0600 Subject: [PATCH] Remove code that was used to test print_traceback method Signed-off-by: Andrew Brain <61482022+ABrain7710@users.noreply.github.com> --- workers/github_worker/github_worker.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/workers/github_worker/github_worker.py b/workers/github_worker/github_worker.py index d31152a3c5..992484c4b0 100644 --- a/workers/github_worker/github_worker.py +++ b/workers/github_worker/github_worker.py @@ -195,13 +195,6 @@ def issues_model(self, entry_info, repo_id): """ Data collection function Query the GitHub API for issues """ - - try: - x = 1 / 0 - self.logger.info(x) - except Exception as e: - self.print_traceback("testing exception in beginning of pr model", e, False) - github_url = entry_info['given']['github_url'] # Contributors are part of this model, and finding all for the repo saves us