ENH:delete invalid test code

Change-Id: Idadf2446f270d284bda6bb7ed9cd7e08eeeb34b9
This commit is contained in:
tao wang 2023-06-12 11:08:28 +08:00 committed by Lane.Wei
parent 92cbd56082
commit 03e8a358db
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ wxString get_fail_reason(int code)
return _L("Failed to parse login report reason");
else if (code == BAMBU_NETWORK_ERR_BIND_ECODE_LOGIN_REPORT_FAILED)
return _L("Failed to parse login report reason111");
return _L("Failed to parse login report reason");
else if (code == BAMBU_NETWORK_ERR_BIND_RECEIVE_LOGIN_REPORT_TIMEOUT)
return _L("Receive login report timeout");

View File

@ -510,7 +510,7 @@ void PrintJob::on_check_ip_address_success(std::function<void()> func)
void PrintJob::connect_to_local_mqtt()
{
this->update_status(0, "1111111");
this->update_status(0, wxEmptyString);
}