Silence debug messages

svn path=/trunk/; revision=7931
This commit is contained in:
Gé van Geldorp 2004-01-30 22:29:39 +00:00
parent d14d65ec2a
commit 5dee2e6519

View file

@ -99,8 +99,6 @@ DllMain(
PVOID reserved
)
{
DbgPrint("hinstDll (0x%X) dwReason (0x%X)\n", hinstDll, dwReason);
switch (dwReason)
{
case DLL_PROCESS_ATTACH: