[PARPORT]

Remove DPRINTs from PdoWrite.
CORE-9942 #resolve

svn path=/trunk/; revision=68590
This commit is contained in:
Eric Kohl
2015-08-01 19:41:24 +00:00
parent 768e35e84d
commit 785ea69bd4
-7
View File
@@ -114,15 +114,8 @@ PdoWrite(IN PDEVICE_OBJECT DeviceObject,
DPRINT("Length: %lu\n", IoStack->Parameters.Write.Length);
DPRINT("Buffer: %p\n", Buffer);
if (Buffer != NULL)
{
DPRINT("%s\n", Buffer);
}
for (i = 0; i < IoStack->Parameters.Write.Length; i++)
{
DPRINT("%lu: %c\n", i, Buffer[i]);
ulCount = 0;
do