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