Commit 760ff433 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed a noisy trace.

parent 810a5b0f
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment