Skip to content

Commit

Permalink
Remove unneeded print left by mistake in #7779 (#7799)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoriano authored and ruflin committed Jul 30, 2018
1 parent f94bba4 commit 32442e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libbeat/scripts/generate_fields_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ def document_field(output, field, path):
output.write("*`{}`*::\n+\n--\n".format(field["path"]))

if "deprecated" in field:
print field
output.write("\ndeprecated[{}]\n\n".format(field["deprecated"]))

if "type" in field:
Expand Down

0 comments on commit 32442e5

Please sign in to comment.