Skip to content

Commit 5a03820

Browse files
committed
No need to log that
1 parent d0228ef commit 5a03820

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/native/monodroid/monodroid-glue.cc

-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ MonodroidRuntime::prof_method_end_invoke ([[maybe_unused]] MonoProfiler *prof, M
176176
void
177177
MonodroidRuntime::prof_method_enter ([[maybe_unused]] MonoProfiler *prof, MonoMethod *method, [[maybe_unused]] MonoProfilerCallContext *context) noexcept
178178
{
179-
log_debug (LOG_ASSEMBLY, "prof_method_enter");
180179
monodroidRuntime.log_method_event (method, MethodEvent::Enter);
181180
}
182181

0 commit comments

Comments
 (0)