diff --git a/source/Core/Drivers/FUSB302/policy_engine.cpp b/source/Core/Drivers/FUSB302/policy_engine.cpp index 537aeb1d..d7d6d1f2 100644 --- a/source/Core/Drivers/FUSB302/policy_engine.cpp +++ b/source/Core/Drivers/FUSB302/policy_engine.cpp @@ -344,7 +344,6 @@ PolicyEngine::policy_engine_state PolicyEngine::pe_sink_ready() { if (evt & PDB_EVT_PE_I_OVRTEMP) { return PESinkHardReset; } - /* If the DPM wants us to, send a Get_Source_Cap message */ if (evt & PDB_EVT_PE_GET_SOURCE_CAP) { return PESinkGetSourceCap;