Skip to content

Commit

Permalink
[Gpr_To_Absl_Logging] Remove irrelevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tanvi-jagtap committed Jun 19, 2024
1 parent ecaa10c commit 70c3224
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/php/ext/grpc/php_grpc.c
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,6 @@ PHP_RINIT_FUNCTION(grpc) {
if (!GRPC_G(initialized)) {
apply_ini_settings(TSRMLS_C);
if (GRPC_G(log_filename)) {
// This is broken. Replace with an absl log sink.
gpr_set_log_function(custom_logger);
}
grpc_init();
Expand Down

0 comments on commit 70c3224

Please sign in to comment.