Removed a noisy trace.
This commit is contained in:
parent
810a5b0fa0
commit
760ff4338d
|
@ -338,7 +338,6 @@ NTSTATUS WINAPI RtlGetVersion( RTL_OSVERSIONINFOEXW *info )
|
|||
info->wSuiteMask = current->wSuiteMask;
|
||||
info->wProductType = current->wProductType;
|
||||
}
|
||||
TRACE("<-- %s (%s)\n", debug_names[current - VersionData], debugstr_w(current->szCSDVersion) );
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue