Skip to content

Commit e790936

Browse files
committed
removed print
1 parent 215f6e8 commit e790936

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

github2/request.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@
6969
CA_CERTS = path.join(path.dirname(path.abspath(__file__)),
7070
"DigiCert_High_Assurance_EV_Root_CA.crt")
7171

72-
print CA_CERTS
73-
7472
# Common missing entries from the HTTP status code dict, basically anything
7573
# GitHub reports that isn't basic HTTP/1.1.
7674
responses[422] = 'Unprocessable Entity'

0 commit comments

Comments
 (0)