From 5d771424bf8f7a3e783c86e91c90eefdd200bcc9 Mon Sep 17 00:00:00 2001 From: Dannon Baker Date: Tue, 19 Mar 2019 10:24:55 -0400 Subject: [PATCH] Drop debug github object print --- scripts/bootstrap_history.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/bootstrap_history.py b/scripts/bootstrap_history.py index 7b476f64934..acb2f5092a0 100644 --- a/scripts/bootstrap_history.py +++ b/scripts/bootstrap_history.py @@ -20,7 +20,6 @@ try: from pygithub3 import Github except ImportError: Github = None -print(Github) from six import string_types from six.moves.urllib.parse import urljoin