Remove irrelative comment

Remove comment that conflict with implementation from class
JsonBodyMiddleware.

Change-Id: I30fc8b89263356b88ec39666bdb145b1836f9376
This commit is contained in:
Dmitriy Bogun
2014-12-02 14:42:42 +02:00
parent 1083161836
commit e7a5daa0a3

View File

@@ -100,10 +100,6 @@ class JsonBodyMiddleware(wsgi.Middleware):
Accepting arguments as JSON is useful for accepting data that may be more
complex than simple primitives.
In this case we accept it as urlencoded data under the key 'json' as in
json=<urlencoded_json> but this could be extended to accept raw JSON
in the POST body.
Filters out the parameters `self`, `context` and anything beginning with
an underscore.