Stop showing error message for snapshot launch failure (#2235)

* Stop showing error message for snapshot launch failure

* Remove
This commit is contained in:
hanzhang54 2024-09-24 14:13:25 +08:00 committed by GitHub
parent ff16a72271
commit 04650948fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -178,7 +178,6 @@ namespace CalculatorApp
else
{
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
await ShowSnapshotLaunchErrorAsync();
}
});
Model.Initialize(initialMode);