mirror of
https://github.com/cathery/sys-con.git
synced 2024-11-16 14:09:51 +00:00
Remove psc logs
This commit is contained in:
parent
3aa4421fb8
commit
ffcdee112c
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user