Removed a debug print statement.

- Legacy-Id: 13570
This commit is contained in:
Henrik Levkowetz 2017-06-09 19:37:41 +00:00
parent 99fa2e4593
commit 1178f9f3ba

View file

@ -992,7 +992,6 @@ def document_json(request, name, rev=None):
data["state"] = extract_name(doc.get_state())
data["intended_std_level"] = extract_name(doc.intended_std_level)
data["std_level"] = extract_name(doc.std_level)
debug.pprint('list(doc.documentauthor_set.all().select_related("person", "email").order_by("order") )')
data["authors"] = [
dict(name=author.person.name,
email=author.email.address if author.email else None,