diff --git a/disco/gateway/events.py b/disco/gateway/events.py index 9e718eb..3da9173 100644 --- a/disco/gateway/events.py +++ b/disco/gateway/events.py @@ -46,7 +46,6 @@ class GatewayEvent(Model): modname, _ = self._wraps_model if hasattr(self, modname) and hasattr(getattr(self, modname), name): return getattr(getattr(self, modname), name) - print self.__dict__ raise AttributeError(name)