Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
.
Browse files Browse the repository at this point in the history
AndersonQ committed Sep 14, 2023
1 parent e131086 commit 7e3a82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libbeat/tests/system/beat/beat.py
Original file line number Diff line number Diff line change
@@ -677,9 +677,9 @@ def extract_fields(doc_list, name):
if doc_list is None:
return fields, dictfields, aliases

print("===================================================================================================")
print("doc_list:", doc_list)
print("===================================================================================================")
# print("===================================================================================================")
# print("doc_list:", doc_list)
# print("===================================================================================================")
for field in doc_list:

# Skip fields without name entry

0 comments on commit 7e3a82c

Please sign in to comment.