From 0b36d925f653b10e62c8653f3918ffffb3d1a954 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 22 May 2011 13:56:57 -0400 Subject: [PATCH] remove debug print --- requests/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/requests/config.py b/requests/config.py index 351f918..63d3fa9 100644 --- a/requests/config.py +++ b/requests/config.py @@ -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 -- 2.34.1