Skip to content

Commit 0a5e148

Browse files
committed
AVInput COM-RPC Support: Debug: Removed debug
1 parent 13c8a48 commit 0a5e148

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

HdmiCecSink/HdmiCecSinkImplementation.cpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3573,11 +3573,7 @@ namespace WPEFramework
35733573
void HdmiCecSinkImplementation::getHdmiArcPortID()
35743574
{
35753575
int portId = -1;
3576-
// <pca> debug
3577-
//dsError_t error = device::HdmiInput::getInstance().getHDMIARCPortId(portId);
3578-
dsError_t error = dsERR_NONE;
3579-
device::HdmiInput::getInstance().getNumberOfInputs();
3580-
// </pca>
3576+
dsError_t error = device::HdmiInput::getInstance().getHDMIARCPortId(portId);
35813577
if (dsERR_NONE == error)
35823578
{
35833579
LOGINFO("HDMI ARC port ID HdmiArcPortID[%d]", portId);

0 commit comments

Comments
 (0)