remove debug print

This commit is contained in:
Kenneth Reitz
2011-05-22 13:56:57 -04:00
parent bc290f62d7
commit 0b36d925f6
-1
View File
@@ -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