[Kernel] Remove stray logging in NtReleaseMutant.
This commit is contained in:
@@ -625,8 +625,6 @@ dword_result_t NtReleaseMutant(dword_t mutant_handle, dword_t unknown) {
|
||||
bool abandon = false;
|
||||
bool wait = false;
|
||||
|
||||
XELOGD("NtReleaseMutant(%.8X, %.8X)", mutant_handle, unknown);
|
||||
|
||||
X_STATUS result = X_STATUS_SUCCESS;
|
||||
|
||||
auto mutant =
|
||||
|
||||
Reference in New Issue
Block a user