mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 17:58:03 -06:00
ENH:delete invalid test code
Change-Id: Idadf2446f270d284bda6bb7ed9cd7e08eeeb34b9
This commit is contained in:
parent
92cbd56082
commit
03e8a358db
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue