Removed a noisy trace.

This commit is contained in:
Alexandre Julliard 2005-08-02 14:42:51 +00:00
parent 810a5b0fa0
commit 760ff4338d
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}