This commit is contained in:
Han Zhang (from Dev Box) 2024-09-24 13:43:14 +08:00
commit 9c54cdbfaa

View file

@ -178,8 +178,6 @@ namespace CalculatorApp
else else
{ {
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage); TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
// Stop showing error message for snapshot launch failure in the short term
// await ShowSnapshotLaunchErrorAsync();
} }
}); });
Model.Initialize(initialMode); Model.Initialize(initialMode);