feature/IO-3357-Reynolds-and-Reynolds-DMS-API-Integration - Enhance logging

This commit is contained in:
Dave
2025-11-13 17:08:33 -05:00
parent 16899007d8
commit e4c87dd06d

View File

@@ -485,18 +485,6 @@ const registerRREvents = ({ socket, redisHelpers }) => {
selected: sel,
existingOwner
});
try {
socket.emit("rr-vin-owner-mismatch", {
ts: Date.now(),
vin: job.v_vin,
selectedCustomerNo: sel,
existingOwner,
message:
"VIN already exists in RR under a different customer. Using the VIN's owner to continue the export."
});
} catch {
//
}
selectedCustNo = existingOwner;
}
}