From 760ff4338d4fc777fa96bca53190fa70fb6eafb1 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 2 Aug 2005 14:42:51 +0000 Subject: [PATCH] Removed a noisy trace. --- dlls/ntdll/version.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dlls/ntdll/version.c b/dlls/ntdll/version.c index c0ea0bbd21d..3fd1b538a64 100644 --- a/dlls/ntdll/version.c +++ b/dlls/ntdll/version.c @@ -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; }