mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
remove debug print
This commit is contained in:
@@ -41,7 +41,6 @@ class Settings(object):
|
||||
def __exit__(self, *args):
|
||||
|
||||
# restore cached copy
|
||||
print '>>> {0}'.format(self.__cache)
|
||||
self.__dict__.update(self.__cache.copy())
|
||||
del self.__cache
|
||||
|
||||
|
||||
Reference in New Issue
Block a user