Skip to content
This repository has been archived by the owner on Aug 1, 2021. It is now read-only.

Commit

Permalink
Remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
b1naryth1ef committed Oct 9, 2016
1 parent 7d53702 commit feb90bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion disco/gateway/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def __getattr__(self, name):
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)


Expand Down

0 comments on commit feb90bd

Please sign in to comment.