From 87e005003adadecc158aead0ae1e2ea4829182a1 Mon Sep 17 00:00:00 2001 From: Denis Bilenko Date: Tue, 19 May 2009 17:34:28 +0700 Subject: [PATCH] remove print --- eventlet/corolocal.py | 1 - 1 file changed, 1 deletion(-) diff --git a/eventlet/corolocal.py b/eventlet/corolocal.py index 86c8a8d..926805f 100644 --- a/eventlet/corolocal.py +++ b/eventlet/corolocal.py @@ -10,7 +10,6 @@ class local(object): self.__dict__['__objs'] = {} def __getattr__(self, attr, g=get_ident): - print "getattr", self, attr, g try: return self.__dict__['__objs'][g()][attr] except KeyError: