fnp
/
redakcja.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed tests to reflect changes in API.
[redakcja.git]
/
apps
/
wiki
/
helpers.py
diff --git
a/apps/wiki/helpers.py
b/apps/wiki/helpers.py
index
9b326d5
..
bc4b760
100644
(file)
--- a/
apps/wiki/helpers.py
+++ b/
apps/wiki/helpers.py
@@
-25,7
+25,6
@@
class JSONResponse(http.HttpResponse):
kwargs.pop('mimetype', None)
data = json.dumps(data, cls=ExtendedEncoder)
- print data
super(JSONResponse, self).__init__(data, mimetype="application/json", **kwargs)