mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-05 20:51:09 -07:00
Stop showing error message for snapshot launch failure (#2235)
* Stop showing error message for snapshot launch failure * Remove
This commit is contained in:
parent
ff16a72271
commit
04650948fb
1 changed files with 0 additions and 1 deletions
|
@ -178,7 +178,6 @@ namespace CalculatorApp
|
|||
else
|
||||
{
|
||||
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
|
||||
await ShowSnapshotLaunchErrorAsync();
|
||||
}
|
||||
});
|
||||
Model.Initialize(initialMode);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue