removed clearing of errorService in it_controller clear function - this was causing errors that happened on send to not be shown

This commit is contained in:
ggurdin 2024-09-12 10:05:00 -04:00
parent 666cbfd2f3
commit 78214b7433
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

View file

@ -52,7 +52,6 @@ class ITController {
payLoadIds = [];
choreographer.altTranslator.clear();
choreographer.errorService.resetError();
choreographer.choreoMode = ChoreoMode.igc;
choreographer.setState();
}