1
0
mirror of https://github.com/cathery/sys-con.git synced 2024-07-05 02:38:45 +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) switch (pscState)
{ {
case PscPmState_ReadyAwaken: case PscPmState_ReadyAwaken:
WriteToLog("Enable usb events: 0x%x", usb::CreateUsbEvents()); usb::CreateUsbEvents();
break; break;
case PscPmState_ReadySleep: case PscPmState_ReadySleep:
case PscPmState_ReadyShutdown: case PscPmState_ReadyShutdown:
WriteToLog("Destroy usb events");
usb::DestroyUsbEvents(); usb::DestroyUsbEvents();
break; break;
default: default: