Skip to content

Commit

Permalink
development/Bear: Updated for version 3.1.4 fix #566 upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
drbeco authored and rizsotto committed Mar 26, 2024
1 parent 94fc53b commit 4d9d452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/intercept/source/collect/db/EventsDatabaseWriter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace {
JsonPrintOptions create_print_options() {
JsonPrintOptions print_options;
print_options.add_whitespace = false;
print_options.always_print_primitive_fields = true;
print_options.preserve_proto_field_names = true;
print_options.always_print_enums_as_ints = false;
return print_options;
Expand Down

0 comments on commit 4d9d452

Please sign in to comment.