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: lancer <haoshuo@huawei.com>
This commit is contained in:
lancer
2022-02-22 21:11:35 +08:00
parent e8bba68d46
commit 08347cbe13
-1
View File
@@ -83,7 +83,6 @@ static int SendCtrlCommand(const char *cmd, char *reply, size_t *replyLen)
return -1; return -1;
} }
size_t len = *replyLen - 1; size_t len = *replyLen - 1;
printf("SendCtrlCommand cmd=%s.", cmd);
wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0); wpa_ctrl_request(g_ctrlConn, cmd, strlen(cmd), reply, &len, 0);
DumpString(reply, len, "SendCtrlCommand raw return"); DumpString(reply, len, "SendCtrlCommand raw return");
wpa_ctrl_close(g_ctrlConn); wpa_ctrl_close(g_ctrlConn);