Remove debug message

svn path=/trunk/; revision=14882
This commit is contained in:
Alex Ionescu 2005-04-30 17:30:05 +00:00
parent 7b4892749e
commit f04a0c4e50

View file

@ -895,7 +895,7 @@ IoCreateFile(OUT PHANDLE FileHandle,
* immediately.
*/
Status = IofCallDriver(FileObject->DeviceObject, Irp );
DPRINT1("Status :%x\n", Status);
DPRINT("Status :%x\n", Status);
if (Status == STATUS_PENDING)
{