[HIDPARSE]: Stop the HID debug spam.

svn path=/trunk/; revision=59867
This commit is contained in:
Alex Ionescu 2013-08-29 06:09:28 +00:00
parent 098160c171
commit b840c2367f

View file

@ -71,7 +71,7 @@ NTAPI
DebugFunction(
IN LPCSTR FormatStr, ...)
{
#if HID_DBG
va_list args;
char printbuffer[1024];
@ -80,6 +80,7 @@ DebugFunction(
va_end(args);
DbgPrint(printbuffer);
#endif
}
VOID