Drop debug github object print

This commit is contained in:
Dannon Baker
2019-03-19 10:24:55 -04:00
parent ea0700a032
commit 5d771424bf
-1
View File
@@ -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