Skip to content

Commit

Permalink
Remove error messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
duffh committed Jul 24, 2024
1 parent d45d8d9 commit 4d151d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,6 @@ private async Task SolveRouteAndDisplayResultsAsync()
catch (Exception e)
{
Debug.WriteLine(e);
ShowMessage("Couldn't update route", "There was an error updating the route. See debug output for details.");
}
} while (_parametersChangedSinceLastSolve); // Recalculate if parameters changed during execution
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ private async Task SolveRouteAndDisplayResultsAsync()
catch (Exception e)
{
Debug.WriteLine(e);
ShowMessage("Couldn't update route", "There was an error updating the route. See debug output for details.");
}
} while (_parametersChangedSinceLastSolve); // Recalculate if parameters changed during execution
}
Expand Down

0 comments on commit 4d151d6

Please sign in to comment.