From 78214b743386cbd71f7e3f40c70cd340b44be51e Mon Sep 17 00:00:00 2001 From: ggurdin Date: Thu, 12 Sep 2024 10:05:00 -0400 Subject: [PATCH] removed clearing of errorService in it_controller clear function - this was causing errors that happened on send to not be shown --- lib/pangea/choreographer/controllers/it_controller.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/pangea/choreographer/controllers/it_controller.dart b/lib/pangea/choreographer/controllers/it_controller.dart index 0bb82aa63..c3ce49575 100644 --- a/lib/pangea/choreographer/controllers/it_controller.dart +++ b/lib/pangea/choreographer/controllers/it_controller.dart @@ -52,7 +52,6 @@ class ITController { payLoadIds = []; choreographer.altTranslator.clear(); - choreographer.errorService.resetError(); choreographer.choreoMode = ChoreoMode.igc; choreographer.setState(); }