diff --git a/CHANGELOG.md b/CHANGELOG.md index a8b1594..3232e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ - Prototype of static application support. # v0.0.10 -- Bufgix for async class-based views. +- Bugfix for async class-based views. # v0.0.9 - Bugfix for async class-based views. @@ -42,7 +42,7 @@ - Safe load/dump yaml. # v0.0.4: - - Asyncronous support for data uploads. + - Asynchronous support for data uploads. - Bug fixes. # v0.0.3: diff --git a/responder/routes.py b/responder/routes.py index 1aabd9b..4d22b46 100644 --- a/responder/routes.py +++ b/responder/routes.py @@ -33,7 +33,6 @@ class Route: @property def endpoint_name(self): - print(self.endpoint.__name__) return self.endpoint.__name__ @property