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: