It depends on why you dropped this function.
If "at the last moment" during system testing, and you do not want to repeat it, I would say that you simply disable this function and send it anyway.
We have done this in the past; removing this feature may be too risky in terms of creating additional errors. If you no longer want this function (for example, the requirement is gone, or the implementation was recognized as incorrect), then it is probably better from the point of view of risk to simply disable it with minimal code changes.
I mean, remove or hide user interface elements that activate this function, then users will not know it there (if it is disabled by default).
We hope that in a future release there will be an opportunity to reorganize this part of the code and either remove this function or re-enter it correctly.
Markr
source share