projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8f2b3a
)
remove logger for urllib3
author
Kenneth Reitz
<me@kennethreitz.com>
Tue, 11 Oct 2011 01:08:17 +0000
(21:08 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Tue, 11 Oct 2011 01:08:17 +0000
(21:08 -0400)
requests/core.py
patch
|
blob
|
history
diff --git
a/requests/core.py
b/requests/core.py
index 613e332434b801b42f1b65af4816d36d53b102bb..9e19921125acc0875e5c9b62c16c049dd1073036 100644
(file)
--- a/
requests/core.py
+++ b/
requests/core.py
@@
-24,8
+24,6
@@
__author__ = 'Kenneth Reitz'
__license__ = 'ISC'
__copyright__ = 'Copyright 2011 Kenneth Reitz'
-import logging
-logging.basicConfig()
from api import *
from exceptions import *