Remove porting jargon and provenance notes from comments

This commit is contained in:
SoftFever
2026-07-18 01:46:23 +08:00
parent 4683c17f6f
commit 0b4cb89f7c
19 changed files with 97 additions and 116 deletions
+3 -5
View File
@@ -118,11 +118,9 @@ void SendJob::process(Ctl &ctl)
ctl.call_on_main_thread([this] { prepare(); }).wait();
ctl.update_status(0, msg);
// Orca: IP/access-code verification pass (resync), adapted to the Worker/Job model. In check mode
// (InputIpAddressDialog / lan-mode send) verify the connection with a dummy "verify_job" upload and
// fire the caller's success/fail callback; when not continuing, stop here. Non-check-mode (cloud)
// sends skip this. Without it, set_check_mode()/check_and_continue() were dead and the IP-verify
// dialog's callbacks (ReleaseNote InputIpAddressDialog / SendToPrinter lan-mode) could never fire.
// In check mode (InputIpAddressDialog / lan-mode send) verify the connection with a dummy
// "verify_job" upload and fire the caller's success/fail callback; when not continuing, stop
// here. Cloud sends skip this.
if (m_is_check_mode) {
PrintParams verify_params;
verify_params.dev_ip = m_dev_ip;