nu/nusec.c: Don't log security pings

This commit is contained in:
Tau 2019-01-17 13:59:02 -05:00
parent ee011a74d4
commit 6416ef6e95
1 changed files with 0 additions and 2 deletions

View File

@ -162,8 +162,6 @@ static HRESULT nusec_handle_ioctl(struct irp *irp)
static HRESULT nusec_ioctl_ping(struct irp *irp)
{
dprintf("Security: %s\n", __func__);
return S_OK;
}