mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-20 05:13:11 -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
|
else
|
||||||
{
|
{
|
||||||
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
|
TraceLogger.GetInstance().LogRecallError(Model.Mode, errorMessage);
|
||||||
await ShowSnapshotLaunchErrorAsync();
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Model.Initialize(initialMode);
|
Model.Initialize(initialMode);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue