1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-03 02:18:43 +00:00

Remove psc logs

This commit is contained in:
cathery 2020-03-10 23:13:33 +03:00
parent 3aa4421fb8
commit ffcdee112c

View File

@ -32,11 +32,10 @@ namespace syscon::psc
switch (pscState)
{
case PscPmState_ReadyAwaken:
WriteToLog("Enable usb events: 0x%x", usb::CreateUsbEvents());
usb::CreateUsbEvents();
break;
case PscPmState_ReadySleep:
case PscPmState_ReadyShutdown:
WriteToLog("Destroy usb events");
usb::DestroyUsbEvents();
break;
default: