ENH:delete invalid test code
Change-Id: Idadf2446f270d284bda6bb7ed9cd7e08eeeb34b9
This commit is contained in:
parent
92cbd56082
commit
03e8a358db
|
@ -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");
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue