1 parent 215f6e8 commit e790936Copy full SHA for e790936
1 file changed
github2/request.py
@@ -69,8 +69,6 @@
69
CA_CERTS = path.join(path.dirname(path.abspath(__file__)),
70
"DigiCert_High_Assurance_EV_Root_CA.crt")
71
72
-print CA_CERTS
73
-
74
# Common missing entries from the HTTP status code dict, basically anything
75
# GitHub reports that isn't basic HTTP/1.1.
76
responses[422] = 'Unprocessable Entity'
0 commit comments