Skip to content

Commit

Permalink
No need to log that
Browse files Browse the repository at this point in the history
  • Loading branch information
grendello committed Nov 5, 2024
1 parent d0228ef commit 5a03820
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/native/monodroid/monodroid-glue.cc
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ MonodroidRuntime::prof_method_end_invoke ([[maybe_unused]] MonoProfiler *prof, M
void
MonodroidRuntime::prof_method_enter ([[maybe_unused]] MonoProfiler *prof, MonoMethod *method, [[maybe_unused]] MonoProfilerCallContext *context) noexcept
{
log_debug (LOG_ASSEMBLY, "prof_method_enter");
monodroidRuntime.log_method_event (method, MethodEvent::Enter);
}

Expand Down

0 comments on commit 5a03820

Please sign in to comment.