diff --git a/dll/win32/userenv/environment.c b/dll/win32/userenv/environment.c index 043e3123790..0b54ba6f6c2 100644 --- a/dll/win32/userenv/environment.c +++ b/dll/win32/userenv/environment.c @@ -88,8 +88,6 @@ SetUserEnvironmentVariable(PWSTR* Environment, { DPRINT("GetShortPathNameW() failed for %S (Error %lu)\n", DstValue.Buffer, GetLastError()); } - - DPRINT("Buffer: %S\n", ShortName); } RtlInitUnicodeString(&Name, lpName);