提交 f05fe152 编写于 作者: L lancer 提交者: 郝烁

fixed 08347cbe from https://gitee.com/shengu_lancer/applications_sample_camera/pulls/78

Description: delete invalid printed info
IssueNo: https://gitee.com/openharmony/applications_sample_camera/issues/I4UTND
Feature or Bugfix: Bugfix
Binary Source:No
Signed-off-by: Nlancer <haoshuo@huawei.com>
上级 6457dbea
......@@ -83,7 +83,6 @@ static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen)
return -1;
}
size_t len = *replyLen - 1;
printf("SendCtrlCommand cmd=%s.", cmd);
wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0);
DumpString(reply, len, "SendCtrlCommand raw return");
wpa_ctrl_close(g_ctrlConn);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册